diff options
author | nicm <nicm> | 2016-10-16 19:15:02 +0000 |
---|---|---|
committer | nicm <nicm> | 2016-10-16 19:15:02 +0000 |
commit | 026ad08b56b4577beab6bad06b8a7a21602bca11 (patch) | |
tree | 6bfa976a7d8a3a2fe94d032e92727a5715efd15b /server.c | |
parent | b342bd0b462f69a9fc9a59d52bcd4bb34b57114f (diff) | |
download | rtmux-026ad08b56b4577beab6bad06b8a7a21602bca11.tar.gz rtmux-026ad08b56b4577beab6bad06b8a7a21602bca11.tar.bz2 rtmux-026ad08b56b4577beab6bad06b8a7a21602bca11.zip |
Notifys can go via the command queue instead of using their own queue.
Diffstat (limited to 'server.c')
-rw-r--r-- | server.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -192,8 +192,6 @@ server_loop(void) struct client *c; u_int items; - notify_drain(); - do { items = cmdq_next(NULL); TAILQ_FOREACH(c, &clients, entry) |