diff options
author | Matt Johnston <matt@ucc.asn.au> | 2015-02-19 00:32:00 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2015-02-19 00:32:00 +0800 |
commit | 76a3eb393c021905736f79e7e048017f664b2430 (patch) | |
tree | 3a45ae901e4806496aef7b3dde3680dedd03326c /dbutil.h | |
parent | 5f0cc969a005757778848a459f924a237a35fc7d (diff) |
In theory TFO should work. Needs platform cleanup and testing
--HG--
branch : fastopen
Diffstat (limited to 'dbutil.h')
-rw-r--r-- | dbutil.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -28,6 +28,7 @@ #include "includes.h" #include "buffer.h" +#include "queue.h" #ifndef DISABLE_SYSLOG void startsyslog(); @@ -132,4 +133,6 @@ void handle_connect_fds(fd_set *writefd); /* Doesn't actually stop the connect, but adds a dummy callback instead */ void cancel_connect(struct dropbear_progress_connection *c); +void connect_set_writequeue(struct dropbear_progress_connection *c, struct Queue *writequeue); + #endif /* _DBUTIL_H_ */ |