summaryrefslogtreecommitdiff
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
commitb46080d31a27389c5d9b277a32948aab8abee5d0 (patch)
tree51608aae2944423ab4b8cfd8f3c7dfd2474f5d54 /queue.h
parent8a13425b1699d47f785b68ebac3104c46bbd21b5 (diff)
downloaddropbear-b46080d31a27389c5d9b277a32948aab8abee5d0.tar.gz
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;
};