Renamed pause to yield

This commit is contained in:
Michael Jumper
2010-09-23 17:58:05 +00:00
parent 8f3e6a7340
commit ac87662c33
2 changed files with 8 additions and 12 deletions

View File

@@ -271,7 +271,7 @@ void guac_start_client(guac_client* client) {
}
}
else if (strcmp(instruction.opcode, "pause") == 0) {
else if (strcmp(instruction.opcode, "yield") == 0) {
/* Allow other connection to take over I/O */
__guac_release_client_io(client);