You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rtpengine/lib/ll_common.h

12 lines
183 B

#ifndef _LL_COMMON_H_
#define _LL_COMMON_H_
#define ll(system, descr) log_level_index_ ## system,
enum {
#include "loglevels_common.inc"
__log_level_last_common
};
#undef ll
#endif