#ifndef TC_PROMISE_H #define TC_PROMISE_H #include typedef struct { u64_t issueing_tick; u32_t identifier; } tc_promise_s; #endif