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

NAME

6       qb_ipcc_context_set - Associate a "user" pointer with this connection.
7

SYNOPSIS

9       #include <qb/qbipcc.h>
10
11       void qb_ipcc_context_set(
12           qb_ipcc_connection_t   *c,
13           void                   *context
14       );
15

PARAMS

17       c       connection instance
18
19       context the point to associate with this connection.
20

DESCRIPTION

SEE ALSO

23       qb_ipcc_send(3), qb_ipcc_sendv_recv(3), qb_ipcc_recv(3),
24       qb_ipcc_event_recv(3), qb_ipcc_fc_enable_max_set(3),
25       qb_ipcc_is_connected(3), qb_ipcc_sendv(3), qb_ipcc_context_get(3),
26       qb_ipcc_verify_dgram_max_msg_size(3), qb_ipcc_get_buffer_size(3),
27       qb_ipcc_connect(3), qb_ipcc_disconnect(3), qb_ipcc_fd_get(3)
28
30       Copyright (C) 2010-2020 Red Hat, Inc. All rights reserved.
31
32
33
34LIBQB                             2020-07-30            QB_IPCC_CONTEXT_SET(3)
Impressum