Cosmetics
This commit is contained in:
parent
4a5009fbda
commit
83d087e205
1 changed files with 6 additions and 1 deletions
|
@ -456,7 +456,12 @@ cwc_send_ka(cwc_t *cwc)
|
|||
cwc_send_msg(cwc, buf, 3, 0, 0);
|
||||
}
|
||||
|
||||
static void cwc_comet_status_update(cwc_t *cwc){
|
||||
/**
|
||||
*
|
||||
*/
|
||||
static void
|
||||
cwc_comet_status_update(cwc_t *cwc)
|
||||
{
|
||||
htsmsg_t *m = htsmsg_create_map();
|
||||
|
||||
htsmsg_add_str(m, "id", cwc->cwc_id);
|
||||
|
|
Loading…
Add table
Reference in a new issue