X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flibsystemd-bus%2Fbus-match.h;h=075f1a9e3abc31260f4e78fffaa4569fa43c0986;hb=b5baa8fe8838870cc2bd7cef0949299f061ae15d;hp=a31c5d67dc9022bea553af2d7715eed43ccee207;hpb=52f3ba915bdce4d7476c3ea53b8371deff5f567d;p=elogind.git 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 */