X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fserver%2Fio.h;h=7c9148dba55a415c2e61c296b7ae9ef62dff4e51;hb=109dc4e8a5d9f09541ef2dcb84bd6b6ac2e2fb00;hp=da533903b2ac7948def228899e79401c1e9edf9c;hpb=c560e7b4c403cf75b5a7ebd7cc4818ade1ae845d;p=plomrogue diff --git a/src/server/io.h b/src/server/io.h index da53390..7c9148d 100644 --- a/src/server/io.h +++ b/src/server/io.h @@ -17,8 +17,7 @@ * if queue is empty and world.do_update is set, update world state file (and * unset world.do_update) and write a single dot line to server out file, then * read server in file for the next load of bytes to put onto the input queue. - * (Queueing ensures only complete messages are interpreted, and io_loop()'s - * server tests only happening in a multi-second interval on inactivity.) + * (Queueing ensures only complete messages are interpreted.) */ extern char * io_round();