Inital commit.
FossilOrigin-Name: 9da7cbe914e6f056bfbaed633219d34df26d12d7991097d2ffac288d66a1b139
This commit is contained in:
18
src/capwap/dbg.h
Normal file
18
src/capwap/dbg.h
Normal file
@ -0,0 +1,18 @@
|
||||
#ifndef __DBG_H
|
||||
#define __DBG_H
|
||||
|
||||
|
||||
|
||||
void cw_dbg_elem_(int msg, int msgelem, const uint8_t * msgbuf, int len);
|
||||
|
||||
|
||||
#ifdef WITH_CW_LOG_DEBUG
|
||||
|
||||
#define cw_dbg_elem(msgtype,msgelemtype,msgbuf,msglen) cw_dbg_elem_(msgtype,msgelemtype,msgbuf,msglen)
|
||||
|
||||
#else
|
||||
|
||||
#define cw_dbg_elem(...)
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user