summaryrefslogtreecommitdiffstats
path: root/gatchat/ppp.h
diff options
context:
space:
mode:
Diffstat (limited to 'gatchat/ppp.h')
-rw-r--r--gatchat/ppp.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gatchat/ppp.h b/gatchat/ppp.h
index 01ab8e03..d2786d74 100644
--- a/gatchat/ppp.h
+++ b/gatchat/ppp.h
@@ -27,6 +27,13 @@
#define PPP_IP_PROTO 0x0021
#define MD5 5
+#define DBG(p, fmt, arg...) do { \
+ char *str = g_strdup_printf("%s:%s() " fmt, __FILE__, \
+ __FUNCTION__ , ## arg); \
+ ppp_debug(p, str); \
+ g_free(str); \
+} while (0)
+
struct ppp_chap;
struct ppp_net;