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