1MONGOC_APM_COMMAND_STARTED_GET_HOST(l3i)bmonMgOoNcGOC_APM_COMMAND_STARTED_GET_HOST(3)
2
3
4
6 mongoc_apm_command_started_get_host - mongoc_apm_com‐
7 mand_started_get_host()
8
10 const mongoc_host_list_t *
11 mongoc_apm_command_started_get_host (const mongoc_apm_command_started_t *event);
12
13 Returns this event's host. This mongoc_host_list_t is not part of a
14 linked list, it is solely the server for this event. The data is only
15 valid in the scope of the callback that receives this event; copy it if
16 it will be accessed after the callback returns.
17
19 • event: A mongoc_apm_command_started_t.
20
22 A mongoc_host_list_t that should not be modified or freed.
23
25 Introduction to Application Performance Monitoring
26
28 MongoDB, Inc
29
31 2017-present, MongoDB, Inc
32
33
34
35
361.17.6 Jun 03,M2O0N2G1OC_APM_COMMAND_STARTED_GET_HOST(3)