X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=stat.c;h=514ca3f3b7f065e6d1a06e4a0528581eb6ff047b;hp=c447aceb4b73bc34f733079e067ebe82eb8cb500;hb=debe0b5737118f7f1806cc133e81549d88340bfd;hpb=459acdd4599a59effdd7fadd4a586e3b13e67b67 diff --git a/stat.c b/stat.c index c447aceb..514ca3f3 100644 --- a/stat.c +++ b/stat.c @@ -74,12 +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_IMAGE_ID] = "image_id", + [SI_LYRICS_ID] = "lyrics_id", + [SI_DURATION] = "duration" }; static void dump_stat_client_list(void)