#ifndef PING_TRACKER_FLAGS_H #define PING_TRACKER_FLAGS_H #define TRACKER_SLOT_USED (1 << 0) #define TRACKER_SLOT_ACKED (1 << 1) #endif