1MONGOC_STREAM_FILE_GET_FD(3)       libmongoc      MONGOC_STREAM_FILE_GET_FD(3)
2
3
4

NAME

6       mongoc_stream_file_get_fd - mongoc_stream_file_get_fd()
7

SYNOPSIS

9          int
10          mongoc_stream_file_get_fd (mongoc_stream_file_t *stream);
11

PARAMETERS

13       · stream: A mongoc_stream_file_t.
14
15       This  function  shall  return  the underlying file-descriptor of a mon‐
16       goc_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

RETURNS

24       A file-descriptor that should not be modified by the caller.
25

AUTHOR

27       MongoDB, Inc
28
30       2017-present, MongoDB, Inc
31
32
33
34
351.16.2                           Feb 25, 2020     MONGOC_STREAM_FILE_GET_FD(3)
Impressum