then I change `const int last_event_checkpoint_mar...
# general
u
then I change
const int last_event_checkpoint_marker = last_eid_ / EVENTS_CHECKPOINT;
to
unsigned long  last_event_checkpoint_marker = last_eid_ / EVENTS_CHECKPOINT;
Is there another graceful solution to this problem?