| 224 | } |
| 225 | |
| 226 | module_stats *add_stat_module(char *module) |
| 227 | { |
| 228 | str smodule; |
| 229 | init_str(&smodule, module); |
| 230 | return __add_stat_module(&smodule, 0); |
| 231 | } |
| 232 | |
| 233 | |
| 234 | /***************** Init / Destroy STATS support functions *******************/ |
no test coverage detected