]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
send eventId with events
authorJohn Törnblom <john.tornblom@gmail.com>
Fri, 13 May 2011 19:16:16 +0000 (21:16 +0200)
committerJohn Törnblom <john.tornblom@gmail.com>
Fri, 13 May 2011 19:20:44 +0000 (21:20 +0200)
src/htsp.c

index 608b5001ae5968f44860026e7686f65df3ed8e4e..52e75e2895fd59337322a9f733d12ea76f2ffb30 100644 (file)
@@ -715,6 +715,7 @@ htsp_build_event(event_t *e)
 
   out = htsmsg_create_map();
 
+  htsmsg_add_u32(out, "eventId", e->e_id);
   htsmsg_add_u32(out, "channelId", e->e_channel->ch_id);
   htsmsg_add_u32(out, "start", e->e_start);
   htsmsg_add_u32(out, "stop", e->e_stop);