summaryrefslogtreecommitdiff
path: root/pr/include/md/_unixos.h
diff options
context:
space:
mode:
authorcvs2hg <devnull@localhost>2004-04-16 22:28:04 +0000
committercvs2hg <devnull@localhost>2004-04-16 22:28:04 +0000
commitf4c156a0df550fc3ccb6395b97ff98b612723b3b (patch)
tree513ada980b1cc6324ec31920d6b5da061e049c92 /pr/include/md/_unixos.h
parent57c2cc83bfe90fe3b51c3c8ba1e0cd8a7dc9636a (diff)
downloadnspr-hg-f4c156a0df550fc3ccb6395b97ff98b612723b3b.tar.gz
Diffstat (limited to 'pr/include/md/_unixos.h')
-rw-r--r--pr/include/md/_unixos.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pr/include/md/_unixos.h b/pr/include/md/_unixos.h
index 345c48d5..25ae239c 100644
--- a/pr/include/md/_unixos.h
+++ b/pr/include/md/_unixos.h
@@ -145,6 +145,9 @@ extern PRUint32 _pr_md_ioq_timeout;
struct _MDFileDesc {
int osfd;
+#if defined(LINUX) && defined(_PR_PTHREADS)
+ int tcp_nodelay; /* used by pt_LinuxSendFile */
+#endif
};
struct _MDDir {