X-Git-Url: http://git.scottworley.com/tattlekey/blobdiff_plain/2dcbb2a0df003ac8a644c9111c3b7b7f2db42aaa..67001c93828f1e4beb2386d415f0ed5b15afc960:/client/sends.h?ds=sidebyside diff --git a/client/sends.h b/client/sends.h index 02d49db..651d0e4 100644 --- a/client/sends.h +++ b/client/sends.h @@ -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