X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Ftimer.h;h=6295605510a0ffd633e2341792415b65a7064dea;hp=fc74368e738ce20ab74b31258b10d6ad795364e2;hb=07459bb6b92268beb2599f65cf195708d88c51cc;hpb=7fab9d01b5940a67ca070754361afb9dfaa520f2 diff --git a/src/timer.h b/src/timer.h index fc74368e7..629560551 100644 --- a/src/timer.h +++ b/src/timer.h @@ -1,4 +1,4 @@ -/*-*- Mode: C; c-basic-offset: 8 -*-*/ +/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ #ifndef footimerhfoo #define footimerhfoo @@ -31,7 +31,7 @@ typedef enum TimerState { TIMER_WAITING, TIMER_RUNNING, TIMER_ELAPSED, - TIMER_MAINTENANCE, + TIMER_FAILED, _TIMER_STATE_MAX, _TIMER_STATE_INVALID = -1 } TimerState;