diff options
Diffstat (limited to 'src/types.h')
-rw-r--r-- | src/types.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h index 927d707..352e7be 100644 --- a/src/types.h +++ b/src/types.h @@ -76,6 +76,10 @@ typedef enum fastd_drop_caps { } fastd_drop_caps_t; +/** A timestamp used as a timeout */ +typedef int64_t fastd_timeout_t; + + typedef struct fastd_buffer fastd_buffer_t; typedef union fastd_peer_address fastd_peer_address_t; |