comparison dbutil.h @ 1027:daf21fd50abf fastopen

In theory TFO should work. Needs platform cleanup and testing
author Matt Johnston <matt@ucc.asn.au>
date Thu, 19 Feb 2015 00:32:00 +0800
parents 02baa0b334e8
children 5ad81aa19c2d
comparison
equal deleted inserted replaced
1026:59a1146e8b9d 1027:daf21fd50abf
26 26
27 #define _DBUTIL_H_ 27 #define _DBUTIL_H_
28 28
29 #include "includes.h" 29 #include "includes.h"
30 #include "buffer.h" 30 #include "buffer.h"
31 #include "queue.h"
31 32
32 #ifndef DISABLE_SYSLOG 33 #ifndef DISABLE_SYSLOG
33 void startsyslog(); 34 void startsyslog();
34 #endif 35 #endif
35 36
130 void handle_connect_fds(fd_set *writefd); 131 void handle_connect_fds(fd_set *writefd);
131 132
132 /* Doesn't actually stop the connect, but adds a dummy callback instead */ 133 /* Doesn't actually stop the connect, but adds a dummy callback instead */
133 void cancel_connect(struct dropbear_progress_connection *c); 134 void cancel_connect(struct dropbear_progress_connection *c);
134 135
136 void connect_set_writequeue(struct dropbear_progress_connection *c, struct Queue *writequeue);
137
135 #endif /* _DBUTIL_H_ */ 138 #endif /* _DBUTIL_H_ */