mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
Fix DNAT debug.h definition and move it to the enum.
This commit is contained in:
@@ -28,11 +28,10 @@ enum {
|
||||
DHO,
|
||||
DDB,
|
||||
DREF,
|
||||
DNAT,
|
||||
Debug_LastEntry,
|
||||
};
|
||||
|
||||
#define DNAT 0x100000
|
||||
|
||||
#ifdef DEBUG
|
||||
#define DEBUGP(ss, fmt, args...) debugp(ss, __FILE__, __LINE__, 0, fmt, ## args)
|
||||
#define DEBUGPC(ss, fmt, args...) debugp(ss, __FILE__, __LINE__, 1, fmt, ## args)
|
||||
|
Reference in New Issue
Block a user