X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=audiod_command.c;h=524fb57dbd7d81cd5cf96923ab7501bff7f1036e;hb=6a52c8891d69e45389081a4400c7d3f1314be868;hp=349480ff1f34f5a9bfebe57f26ddad6f0aef93ce;hpb=a7d844e5f23805a7521cfd8bf573dd822351c895;p=paraslash.git diff --git a/audiod_command.c b/audiod_command.c index 349480ff..524fb57d 100644 --- a/audiod_command.c +++ b/audiod_command.c @@ -350,7 +350,7 @@ err_out: return 1; } -int __noreturn com_term(int fd, __a_unused int argc, __a_unused char **argv) +__noreturn int com_term(int fd, __a_unused int argc, __a_unused char **argv) { close(fd); clean_exit(EXIT_SUCCESS, "terminating on user request"); @@ -477,7 +477,9 @@ out: } return ret; } - +/** + * send the current audiod status to all connected stat clients + */ void audiod_status_dump(void) { struct timeval *t = wstime();