summaryrefslogtreecommitdiff
path: root/src/param.h
diff options
context:
space:
mode:
authorbustico2009-07-06 11:03:13 +0000
committerbustico2009-07-06 11:03:13 +0000
commit3e5e8c8359c4b2569100ebfba8b82262d4c7c3a8 (patch)
tree711ede9b7643e89601d36dc8ba92d6b1d4b3cccb /src/param.h
parentc11ddf39df8c9ea9e08410277b3a476961ad1df2 (diff)
downloadivy-c-3e5e8c8359c4b2569100ebfba8b82262d4c7c3a8.zip
ivy-c-3e5e8c8359c4b2569100ebfba8b82262d4c7c3a8.tar.gz
ivy-c-3e5e8c8359c4b2569100ebfba8b82262d4c7c3a8.tar.bz2
ivy-c-3e5e8c8359c4b2569100ebfba8b82262d4c7c3a8.tar.xz
typo fix
Diffstat (limited to 'src/param.h')
-rw-r--r--src/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/param.h b/src/param.h
index 3e482b3..8cf463d 100644
--- a/src/param.h
+++ b/src/param.h
@@ -65,7 +65,7 @@
Since Ivy is most of the time used to send events, we will priviligiate
lag over throughtput, so _TCP_NO_DELAY_ACTIVATED is set to 1
*/
-extern const int _TCP_NO_DELAY_ACTIVATED;
+extern const int TCP_NO_DELAY_ACTIVATED;