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
8

SYNOPSIS

10       #include <qb/qbipcc.h>
11
12       void qb_ipcc_context_set(
13           qb_ipcc_connection_t   *c, /* connection instance */
14           void                   *context      /* the point to associate with this connection. */
15       );
16

PARAMS

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

DESCRIPTION

SEE ALSO

24       qb_ipcc_send(3), qb_ipcc_sendv_recv(3), qb_ipcc_recv(3),
25       qb_ipcc_event_recv(3), qb_ipcc_connect_async(3),
26       qb_ipcc_fc_enable_max_set(3), qb_ipcc_is_connected(3),
27       qb_ipcc_connect_continue(3), qb_ipcc_auth_get(3), qb_ipcc_sendv(3),
28       qb_ipcc_context_get(3), qb_ipcc_verify_dgram_max_msg_size(3),
29       qb_ipcc_get_buffer_size(3), qb_ipcc_connect(3), qb_ipcc_disconnect(3),
30       qb_ipcc_fd_get(3)
31
33       Copyright (C) 2010-2020 Red Hat, Inc.
34
35
36
37LIBQB                             2021-11-12            QB_IPCC_CONTEXT_SET(3)
Impressum