1QB_IPCC_FD_GET(3) libqb Programmer's Manual QB_IPCC_FD_GET(3)
2
3
4
6 qb_ipcc_fd_get - Get the file descriptor to poll.
7
9 #include <qb/qbipcc.h>
10
11 int32_t qb_ipcc_fd_get(
12 qb_ipcc_connection_t *c,
13 int32_t *fd
14 );
15
17 c connection instance
18
19 fd (out) file descriptor to poll
20
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_set(3),
26 qb_ipcc_context_get(3), qb_ipcc_verify_dgram_max_msg_size(3),
27 qb_ipcc_get_buffer_size(3), qb_ipcc_connect(3), qb_ipcc_disconnect(3),
28
30 Copyright (C) 2010-2020 Red Hat, Inc. All rights reserved.
31
32
33
34LIBQB 2020-07-30 QB_IPCC_FD_GET(3)