1MONGOC_STREAM_FILE_GET_FD(3) libmongoc MONGOC_STREAM_FILE_GET_FD(3)
2
3
4
6 int
7 mongoc_stream_file_get_fd (mongoc_stream_file_t *stream);
8
10 • stream: A mongoc_stream_file_t.
11
12 This function shall return the underlying file-descriptor of a
13 mongoc_stream_file_t.
14
15 WARNING:
16 Performing operations on the underlying file-descriptor may not be
17 safe if used in conjunction with buffering. Avoid reading or writing
18 from this file-descriptor.
19
21 A file-descriptor that should not be modified by the caller.
22
24 MongoDB, Inc
25
27 2017-present, MongoDB, Inc
28
29
30
31
321.25.1 Nov 08, 2023 MONGOC_STREAM_FILE_GET_FD(3)