summaryrefslogtreecommitdiffstats
path: root/rfb/rfb.h
diff options
context:
space:
mode:
authordscho <dscho>2004-01-21 01:17:47 +0000
committerdscho <dscho>2004-01-21 01:17:47 +0000
commitd58d3af1ce091dfeba4d6ed3a2ad5e629678ead5 (patch)
treeb6d3916c8897a1b4eead2bb013e9d3a33454626a /rfb/rfb.h
parentc4a0223e389e9d570acea8e8ddec6a658ba8c7d4 (diff)
downloadlibtdevnc-d58d3af1ce091dfeba4d6ed3a2ad5e629678ead5.tar.gz
libtdevnc-d58d3af1ce091dfeba4d6ed3a2ad5e629678ead5.zip
ignore SIGPIPE by default; it is handled via EPIPE
Diffstat (limited to 'rfb/rfb.h')
-rw-r--r--rfb/rfb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rfb/rfb.h b/rfb/rfb.h
index f56e692..a571235 100644
--- a/rfb/rfb.h
+++ b/rfb/rfb.h
@@ -274,6 +274,7 @@ typedef struct _rfbScreenInfo
rfbBool backgroundLoop;
#endif
+ rfbBool ignoreSIGPIPE;
} rfbScreenInfo, *rfbScreenInfoPtr;