------------------------------------------------------------------------- RecConfigFileInit -------------------------------------------------------------------------
| 47 | // RecConfigFileInit |
| 48 | //------------------------------------------------------------------------- |
| 49 | void |
| 50 | RecConfigFileInit() |
| 51 | { |
| 52 | ink_mutex_init(&g_rec_config_lock); |
| 53 | } |
| 54 | |
| 55 | //------------------------------------------------------------------------- |
| 56 | // RecFileImport_Xmalloc |
no test coverage detected