Searched defs:event_msg_ready (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/monitor/
H A Dmonitor_netlink.c521 static int event_msg_ready(struct nl_msg *msg, void *arg) function
559 ret = nl_socket_modify_cb(nlp, NL_CB_VALID, NL_CB_CUSTOM, event_msg_ready,
562 ret = nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, event_msg_ready, data);

Completed in 12 milliseconds