summaryrefslogtreecommitdiffhomepage
path: root/queue.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2013-03-31 23:15:35 +0800
committerMatt Johnston <matt@ucc.asn.au>2013-03-31 23:15:35 +0800
commitf6b304250bda59f7dcc56ffa7c4c5f482e66d32f (patch)
tree3b77984939b7dc955bdb3ea1c1cb1fd2df7de884 /queue.h
parent36526700a983e09e77f03e404f207d6fbc220306 (diff)
Try using writev() for writing packets out to tcp
Diffstat (limited to 'queue.h')
-rw-r--r--queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/queue.h b/queue.h
index 80fbb9d..8cffab7 100644
--- a/queue.h
+++ b/queue.h
@@ -36,7 +36,7 @@ struct Queue {
struct Link* head;
struct Link* tail;
- unsigned int count; /* safety value */
+ unsigned int count;
};