1MONGOC_APM_SERVER_CHANGED_GET_HOST(3l)ibmongMoOcNGOC_APM_SERVER_CHANGED_GET_HOST(3)
2
3
4
6 mongoc_apm_server_changed_get_host - mon‐
7 goc_apm_server_changed_get_host()
8
10 const mongoc_host_list_t *
11 mongoc_apm_server_changed_get_host (const mongoc_apm_server_changed_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_server_changed_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.4 Feb 04, 2M0O2N1GOC_APM_SERVER_CHANGED_GET_HOST(3)