We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 871c612 commit 80381b4Copy full SHA for 80381b4
os/connection.c
@@ -122,6 +122,9 @@ SOFTWARE.
122
123
#define MAX_CONNECTIONS (1<<16)
124
125
+#define OS_COMM_GRAB_IMPERVIOUS 1
126
+#define OS_COMM_IGNORED 2
127
+
128
struct ospoll *server_poll;
129
130
Bool NewOutputPending; /* not yet attempted to write some new output */
os/osdep.h
@@ -88,9 +88,6 @@ typedef struct _osComm {
88
int flags;
89
} OsCommRec, *OsCommPtr;
90
91
-#define OS_COMM_GRAB_IMPERVIOUS 1
92
-#define OS_COMM_IGNORED 2
93
-
94
int FlushClient(ClientPtr who, OsCommPtr oc);
95
96
extern void FreeOsBuffers(OsCommPtr /*oc */
0 commit comments