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

NAME

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

SYNOPSIS

10       #include <qb/qbipcs.h>
11
12       void qb_ipcs_context_set(
13           qb_ipcs_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_ipcs_response_send(3), qb_ipcs_ref(3), qb_ipcs_unref(3),
25       qb_ipcs_connection_auth_set(3), qb_ipcs_service_context_get(3),
26       qb_ipcs_connection_ref(3), qb_ipcs_connection_next_get(3),
27       qb_ipcs_stats_get(3), qb_ipcs_connection_unref(3),
28       qb_ipcs_poll_handlers_set(3), qb_ipcs_request_rate_limit(3),
29       qb_ipcs_disconnect(3), qb_ipcs_connection_first_get(3),
30       qb_ipcs_enforce_buffer_size(3), qb_ipcs_destroy(3),
31       qb_ipcs_event_send(3), qb_ipcs_connection_stats_get_2(3),
32       qb_ipcs_service_context_set(3), qb_ipcs_connection_stats_get(3),
33       qb_ipcs_service_id_get(3), qb_ipcs_context_get(3),
34       qb_ipcs_connection_get_buffer_size(3), qb_ipcs_create(3),
35       qb_ipcs_run(3), qb_ipcs_event_sendv(3),
36       qb_ipcs_connection_service_context_get(3), qb_ipcs_response_sendv(3)
37
39       Copyright (C) 2010-2020 Red Hat, Inc.
40
41
42
43LIBQB                             2021-11-12            QB_IPCS_CONTEXT_SET(3)
Impressum