Add unspecified time constant

This commit is contained in:
Matthias Schiffer 2013-03-18 23:45:02 +01:00
parent 815b446109
commit ff5c270ee1

View file

@ -45,10 +45,12 @@ typedef struct gmrf_addr {
uint8_t d[GMRF_ADDR_LEN];
} gmrf_addr_t;
static const gmrf_addr_t gmrf_addr_unspec = {};
typedef uint64_t gmrf_time_t;
static const gmrf_addr_t gmrf_addr_unspec = {};
static const gmrf_time_t gmrf_time_unspec = UINT64_MAX;
static inline bool gmrf_addr_equal(const gmrf_addr_t *addr1, const gmrf_addr_t *addr2) {