summaryrefslogtreecommitdiffstats
path: root/rfb.h
diff options
context:
space:
mode:
Diffstat (limited to 'rfb.h')
-rw-r--r--rfb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/rfb.h b/rfb.h
index 225e0b9..c7eaae8 100644
--- a/rfb.h
+++ b/rfb.h
@@ -612,7 +612,8 @@ extern void rfbScreenCleanup(rfbScreenInfoPtr screenInfo);
/* call one of these two functions to service the vnc clients.
usec are the microseconds the select on the fds waits.
- if you are using the event loop, set this to some value > 0. */
+ if you are using the event loop, set this to some value > 0, so the
+ server doesn't get a high load just by listening. */
extern void rfbRunEventLoop(rfbScreenInfoPtr screenInfo, long usec, Bool runInBackground);
extern void rfbProcessEvents(rfbScreenInfoPtr screenInfo,long usec);