X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=stat.c;h=3ba13b7e0d0f7655692e4421e80b30c97e1719a2;hp=93607df710cf389f0a8c9e3a03517a0df00bfc70;hb=e63886e85c55c99e9732e5715b7ce641eff09914;hpb=152ea84aba06555f8b828fce19d9531e97ff0b21;ds=sidebyside diff --git a/stat.c b/stat.c index 93607df7..3ba13b7e 100644 --- a/stat.c +++ b/stat.c @@ -44,11 +44,9 @@ static struct list_head client_list; static int initialized; static int num_clients; -/** - * the list of all status items sent by para_server/para_audiod - */ +/** The list of all status items used by para_server/para_audiod. */ const char *status_item_list[NUM_STAT_ITEMS] = { - [SI_STATUS_BAR] = "status_bar", + [SI_BASENAME] = "basename", [SI_STATUS] = "status", [SI_NUM_PLAYED] = "num_played", @@ -68,7 +66,7 @@ const char *status_item_list[NUM_STAT_ITEMS] = { [SI_AFS_MODE] = "afs_mode", [SI_ATTRIBUTES] = "attributes", - [SI_DBINFO3] = "dbinfo3", + [SI_DIRECTORY] = "dir", [SI_DECODER_FLAGS] = "decoder_flags", [SI_AUDIOD_STATUS] = "audiod_status",