X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=stat.c;h=514ca3f3b7f065e6d1a06e4a0528581eb6ff047b;hp=eefac72c02fe343a1e0d4d19aed7f84387cb8269;hb=51cab2aba416fc1d57336f4e72da6b76ec60174c;hpb=82f73e338ee087647f2c38250f1af1e225cd1f51 diff --git a/stat.c b/stat.c index eefac72c..514ca3f3 100644 --- a/stat.c +++ b/stat.c @@ -74,13 +74,14 @@ const char *status_item_list[NUM_STAT_ITEMS] = { [SI_UPTIME] = "uptime", [SI_OFFSET] = "offset", - [SI_LENGTH] = "length", + [SI_SECONDS_TOTAL] = "seconds_total", [SI_STREAM_START] = "stream_start", [SI_CURRENT_TIME] = "current_time", [SI_AUDIOD_UPTIME] = "audiod_uptime", [SI_IMAGE_ID] = "image_id", - [SI_LYRICS_ID] = "lyrics_id" + [SI_LYRICS_ID] = "lyrics_id", + [SI_DURATION] = "duration" }; static void dump_stat_client_list(void)