/
| 261 | |
| 262 | /************************************************************/ |
| 263 | static int pv_get_pid(struct sip_msg *msg, pv_param_t *param, |
| 264 | pv_value_t *res) |
| 265 | { |
| 266 | if(_pv_pid == 0) |
| 267 | _pv_pid = (int)getpid(); |
| 268 | return pv_get_sintval(msg, param, res, _pv_pid); |
| 269 | } |
| 270 | |
| 271 | |
| 272 | extern int return_code; |
nothing calls this directly
no test coverage detected