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

Function seed_child

ut.c:121–124  ·  view source on GitHub ↗

utility function to give each children a unique seed */

Source from the content-addressed store, hash-verified

119
120/* utility function to give each children a unique seed */
121void seed_child(unsigned int seed)
122{
123 srand(seed);
124}
125
126
127int parse_reply_codes( str *options_reply_codes_str,

Callers 1

internal_forkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected