MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / child_init

Function child_init

modules/event_stream/event_stream.c:105–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103};
104
105static int child_init(int rank) {
106 if (stream_init_writer() < 0) {
107 LM_ERR("cannot init writing pipe\n");
108 return -1;
109 }
110 return 0;
111}
112
113/**
114 * init module function

Callers

nothing calls this directly

Calls 1

stream_init_writerFunction · 0.85

Tested by

no test coverage detected