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,
14           void                   *context
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_fc_enable_max_set(3),
26       qb_ipcc_is_connected(3), qb_ipcc_auth_get(3), qb_ipcc_sendv(3),
27       qb_ipcc_context_get(3), qb_ipcc_verify_dgram_max_msg_size(3),
28       qb_ipcc_get_buffer_size(3), qb_ipcc_connect(3), qb_ipcc_disconnect(3),
29       qb_ipcc_fd_get(3)
30
32       Copyright (C) 2010-2020 Red Hat, Inc.
33
34
35
36LIBQB                             2021-03-03            QB_IPCC_CONTEXT_SET(3)
Impressum