Patrick McHardy <kaber@xxxxxxxxx> writes: >> +atomic_t snet_nl_seq = ATOMIC_INIT(0); >> +static uint32_t snet_nl_pid; >> +static struct genl_family snet_genl_family; >> +atomic_t snet_num_listeners = ATOMIC_INIT(0); > > The num_listeners seem to be redundant as you only support a > single listener anyways, whose presence is indicated by > snet_nl_pid != 0. Actually, I may want to support multiple listeners, or simultaneous communication with userspace, as we may want to listen for event and reply for verdict in the same time as adding or deleting events. I will fix this mecanism. thanks Patrick, sam -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html