]>
git.scottworley.com Git - tattlekey/blob - client/sends.h
3dc1c7436f3e326cfb791985513c2c9f2c62ce24
4 #include "pico/cyw43_arch.h"
5 #include "pico/util/pheap.h"
13 bool next_send_less_than(void *user_data
, pheap_node_id_t a
, pheap_node_id_t b
);
15 void create_send(send_t
*sleeping_sends
, pheap_t
*sleeps_heap
,
16 uint32_t timestamp
, u16_t seq
);
18 /* When do we next need to send something (in seconds since boot)?
19 * Returns -1 if there's nothing pending. */
20 int32_t next_scheduled_send(send_t
*sleeping_sends
, pheap_t
*sleeps_heap
);