Explorar el Código

tls: include dprint.h where log functions are used

(cherry picked from commit 039f52deb384c71ecfb578e2cd648153dd9937d1)
Daniel-Constantin Mierla hace 12 años
padre
commit
fd17595f31

+ 1 - 0
modules/tls/tls_cfg.c

@@ -33,6 +33,7 @@
 #include "../../ut.h"
 #include "../../pt.h"
 #include "../../mem/shm_mem.h"
+#include "../../dprint.h"
 
 struct cfg_group_tls default_tls_cfg = {
 	0, /* tls_force_run */

+ 1 - 0
modules/tls/tls_domain.c

@@ -33,6 +33,7 @@
 #include "../../mem/shm_mem.h"
 #include "../../pt.h"
 #include "../../cfg/cfg.h"
+#include "../../dprint.h"
 #include "tls_server.h"
 #include "tls_util.h"
 #include "tls_mod.h"

+ 1 - 0
modules/tls/tls_mod.c

@@ -60,6 +60,7 @@
 #include "../../shm_init.h"
 #include "../../rpc_lookup.h"
 #include "../../cfg/cfg.h"
+#include "../../dprint.h"
 #include "tls_init.h"
 #include "tls_server.h"
 #include "tls_domain.h"

+ 1 - 0
modules/tls/tls_rpc.c

@@ -32,6 +32,7 @@
 #include "../../tcp_info.h"
 #include "../../timer.h"
 #include "../../cfg/cfg.h"
+#include "../../dprint.h"
 #include "tls_init.h"
 #include "tls_mod.h"
 #include "tls_domain.h"

+ 1 - 0
modules/tls/tls_select.c

@@ -38,6 +38,7 @@
 #include "../../tcp_conn.h"
 #include "../../ut.h"
 #include "../../cfg/cfg.h"
+#include "../../dprint.h"
 #include "tls_server.h"
 #include "tls_select.h"
 #include "tls_mod.h"

+ 1 - 0
modules/tls/tls_util.c

@@ -30,6 +30,7 @@
 #include <libgen.h>
 #include "../../mem/shm_mem.h"
 #include "../../globals.h"
+#include "../../dprint.h"
 #include "tls_mod.h"
 #include "tls_util.h"
 /*!