Skip to content

Commit d6c6ad1

Browse files
committed
Ensure DEBUG_PROTOCOL is always defined
1 parent 25eefeb commit d6c6ad1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

proxy.h

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
#ifndef MCMAP_PROXY_H
22
#define MCMAP_PROXY_H 1
33

4+
#ifndef DEBUG_PROTOCOL
5+
#define DEBUG_PROTOCOL 0
6+
#endif
7+
48
void start_proxy(socket_t sock_cli, socket_t sock_srv);
59

610
/* packet injection */

0 commit comments

Comments
 (0)