Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions os/connection.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ SOFTWARE.

#define MAX_CONNECTIONS (1<<16)

#define OS_COMM_GRAB_IMPERVIOUS 1
#define OS_COMM_IGNORED 2

struct ospoll *server_poll;

Bool NewOutputPending; /* not yet attempted to write some new output */
Expand Down
3 changes: 0 additions & 3 deletions os/osdep.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,6 @@ typedef struct _osComm {
int flags;
} OsCommRec, *OsCommPtr;

#define OS_COMM_GRAB_IMPERVIOUS 1
#define OS_COMM_IGNORED 2

int FlushClient(ClientPtr who, OsCommPtr oc);

extern void FreeOsBuffers(OsCommPtr /*oc */
Expand Down
Loading