X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Flibsystemd-bus%2Fbus-match.h;h=075f1a9e3abc31260f4e78fffaa4569fa43c0986;hp=a31c5d67dc9022bea553af2d7715eed43ccee207;hb=7286037fd438e93137571fa68a741cc894d8e549;hpb=6807947e56d7d1b40ec4e984a5f631fb6d5a6834 diff --git a/src/libsystemd-bus/bus-match.h b/src/libsystemd-bus/bus-match.h index a31c5d67d..075f1a9e3 100644 --- a/src/libsystemd-bus/bus-match.h +++ b/src/libsystemd-bus/bus-match.h @@ -54,12 +54,13 @@ struct bus_match_node { union { struct { - uint8_t u8; char *str; + uint8_t u8; } value; struct { sd_bus_message_handler_t callback; void *userdata; + unsigned last_iteration; } leaf; struct { /* If this is set, then the child is NULL */