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/include/ll_d.h

15 lines
244 B

#ifndef _LL_D_H_
#define _LL_D_H_
#include "ll_common.h"
#define ll(system, descr) log_level_index_ ## system,
enum {
__log_level_first_component = __log_level_last_common - 1,
#include "loglevels_d.inc"
__log_level_last
};
#undef ll
#endif