]> git.tuebingen.mpg.de Git - paraslash.git/commit
audiod: introduce last_status_read, kill af_status
authorAndre <maan@p133.(none)>
Thu, 13 Jul 2006 11:51:32 +0000 (13:51 +0200)
committerAndre <maan@p133.(none)>
Thu, 13 Jul 2006 11:51:32 +0000 (13:51 +0200)
commit1db8df45ae458aec53f489b5cd414d6866f93b8c
tree99128dd08ff24a234a3ca4f4ed3d6c66c1c60316
parentd830824b39d538a9311ed8a490b8265dc2caa73a
audiod: introduce last_status_read, kill af_status

For additional robustness, let's remember the time we received the last
status message from para_server. This allows to close the connection
after 60 seconds as para_server sends at least one message per minute.

Kill af_status: We store all status items in
stat_task->stat_item_values[] anyway. No need to duplicate this
information.
audiod.c
audiod.h