diff options
Diffstat (limited to 'src/responder/ifp/ifp_iface_generated.h')
-rw-r--r-- | src/responder/ifp/ifp_iface_generated.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/responder/ifp/ifp_iface_generated.h b/src/responder/ifp/ifp_iface_generated.h index 3dd4355e6..30752bf06 100644 --- a/src/responder/ifp/ifp_iface_generated.h +++ b/src/responder/ifp/ifp_iface_generated.h @@ -130,7 +130,7 @@ /* vtable for org.freedesktop.sssd.infopipe */ struct iface_ifp { struct sbus_vtable vtable; /* derive from sbus_vtable */ - sbus_msg_handler_fn Ping; + int (*Ping)(struct sbus_request *req, void *data, const char *arg_ping); int (*ListComponents)(struct sbus_request *req, void *data); int (*ListResponders)(struct sbus_request *req, void *data); int (*ListBackends)(struct sbus_request *req, void *data); @@ -143,6 +143,9 @@ struct iface_ifp { int (*ListDomains)(struct sbus_request *req, void *data); }; +/* finish function for Ping */ +int iface_ifp_Ping_finish(struct sbus_request *req, const char *arg_pong); + /* finish function for ListComponents */ int iface_ifp_ListComponents_finish(struct sbus_request *req, const char *arg_components[], int len_components); |