| 98 | } |
| 99 | |
| 100 | int fs_api_set_proc_no(void) |
| 101 | { |
| 102 | LM_DBG("setting global mgr process_no=%d\n", process_no); |
| 103 | *conn_mgr_process_no = process_no; |
| 104 | return 0; |
| 105 | } |
| 106 | |
| 107 | /* TODO: rework this specific "PID advertising" hack |
| 108 | * as part of a more reusable OpenSIPS mechanism */ |