]> git.scottworley.com Git - tattlekey/blobdiff - client/sends.h
client: create_send()
[tattlekey] / client / sends.h
index 02d49db846c767905da47ed83bfe65d7e2912dfc..651d0e48ab783d368f400d70d7dfa894db20b1d0 100644 (file)
@@ -14,4 +14,7 @@ uint32_t next_send(send_t *s);
 
 bool next_send_less_than(void *user_data, pheap_node_id_t a, pheap_node_id_t b);
 
+void create_send(send_t *sleeping_sends, pheap_t *sleeps_heap,
+                 uint32_t timestamp, u16_t seq);
+
 #endif