mirror of
https://salsa.debian.org/ha-team/libqb
synced 2026-01-04 08:24:38 +00:00
IPC: export qb_ipcs_disconnect()
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
This commit is contained in:
parent
78de0712fb
commit
47cedda894
@ -218,6 +218,8 @@ void qb_ipcs_connection_ref_inc(qb_ipcs_connection_t *c);
|
||||
*/
|
||||
void qb_ipcs_connection_ref_dec(qb_ipcs_connection_t *c);
|
||||
|
||||
void qb_ipcs_disconnect(qb_ipcs_connection_t *c);
|
||||
|
||||
/**
|
||||
* Get the service id related to this connection's service.
|
||||
* (as passed into qb_ipcs_create()
|
||||
|
||||
@ -196,6 +196,4 @@ struct qb_ipcs_connection* qb_ipcs_connection_alloc(struct qb_ipcs_service *s);
|
||||
int32_t qb_ipcs_process_request(struct qb_ipcs_service *s,
|
||||
struct qb_ipc_request_header *hdr);
|
||||
|
||||
void qb_ipcs_disconnect(struct qb_ipcs_connection *c);
|
||||
|
||||
#endif /* QB_IPC_INT_H_DEFINED */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user