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

Function InitServerMessageStatus

src/brpc/policy/rtmp_protocol.cpp:1412–1415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1410MethodStatus* g_server_msg_status = NULL;
1411static pthread_once_t g_server_msg_status_once = PTHREAD_ONCE_INIT;
1412static void InitServerMessageStatus() {
1413 g_server_msg_status = new MethodStatus;
1414 g_server_msg_status->Expose("rtmp_server_in");
1415}
1416
1417struct ChunkStatus {
1418 bvar::Adder<int64_t> count;

Callers

nothing calls this directly

Calls 1

ExposeMethod · 0.45

Tested by

no test coverage detected