MCPcopy Create free account
hub / github.com/apache/brpc / InitClientMessageStatus

Function InitClientMessageStatus

src/brpc/policy/rtmp_protocol.cpp:1405–1408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1403MethodStatus* g_client_msg_status = NULL;
1404static pthread_once_t g_client_msg_status_once = PTHREAD_ONCE_INIT;
1405static void InitClientMessageStatus() {
1406 g_client_msg_status = new MethodStatus;
1407 g_client_msg_status->Expose("rtmp_client_in");
1408}
1409
1410MethodStatus* g_server_msg_status = NULL;
1411static pthread_once_t g_server_msg_status_once = PTHREAD_ONCE_INIT;

Callers

nothing calls this directly

Calls 1

ExposeMethod · 0.45

Tested by

no test coverage detected