1QB_IPCS_RESPONSE_SEND(3)   libqb Programmer's Manual  QB_IPCS_RESPONSE_SEND(3)
2
3
4

NAME

6       qb_ipcs_response_send - Send a response to a incoming request.
7
8

SYNOPSIS

10       #include <qb/qbipcs.h>
11
12       ssize_t qb_ipcs_response_send(
13           qb_ipcs_connection_t   *c, /* connection instance */
14           const void             *data,   /* the message to send */
15           size_t                  size   /* the size of the message */
16       );
17

PARAMS

19       c    connection instance
20
21       data the message to send
22
23       size the size of the message
24

DESCRIPTION

RETURN VALUE

27       size sent or -errno for errors
28

NOTE

30       the  data  must include a qb_ipc_response_header at the top of the mes‐
31       sage. The client will read the size field  to  determine  how  much  to
32       recv.
33

SEE ALSO

35       qb_ipcs_ref(3), qb_ipcs_unref(3), qb_ipcs_connection_auth_set(3),
36       qb_ipcs_service_context_get(3), qb_ipcs_connection_ref(3),
37       qb_ipcs_connection_next_get(3), qb_ipcs_stats_get(3),
38       qb_ipcs_connection_unref(3), qb_ipcs_context_set(3),
39       qb_ipcs_poll_handlers_set(3), qb_ipcs_request_rate_limit(3),
40       qb_ipcs_disconnect(3), qb_ipcs_connection_first_get(3),
41       qb_ipcs_enforce_buffer_size(3), qb_ipcs_destroy(3),
42       qb_ipcs_event_send(3), qb_ipcs_connection_stats_get_2(3),
43       qb_ipcs_service_context_set(3), qb_ipcs_connection_stats_get(3),
44       qb_ipcs_service_id_get(3), qb_ipcs_context_get(3),
45       qb_ipcs_connection_get_buffer_size(3), qb_ipcs_create(3),
46       qb_ipcs_run(3), qb_ipcs_event_sendv(3),
47       qb_ipcs_connection_service_context_get(3), qb_ipcs_response_sendv(3)
48
50       Copyright (C) 2010-2020 Red Hat, Inc.
51
52
53
54LIBQB                             2021-11-12          QB_IPCS_RESPONSE_SEND(3)
Impressum