score.c: Use the new OSL_DONT_FREE flag for the aft column.
[paraslash.git] / stat.c
diff --git a/stat.c b/stat.c
index c447aceb4b73bc34f733079e067ebe82eb8cb500..514ca3f3b7f065e6d1a06e4a0528581eb6ff047b 100644 (file)
--- 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)