From 1ae3aae35193dce25e5534b12a46011ec7912bb4 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 24 Aug 2014 16:07:50 +0200 Subject: Use simple int64_t timestamps in ms instead of timespecs --- src/types.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/types.h') 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; -- cgit v1.2.3