| 103 | }; |
| 104 | |
| 105 | static 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 |
nothing calls this directly
no test coverage detected