aboutgitcodebugslistschat
path: root/udp.c
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2022-09-24 09:53:15 +0200
committerStefano Brivio <sbrivio@redhat.com>2022-10-14 17:38:25 +0200
commitda152331cf2e8537bc3651e10eb8b72d751721c3 (patch)
treecc711aa97591a58197b2357350d0dc53a9858847 /udp.c
parentc4101334e1a88e1f63c38982b49fba221ff4ab31 (diff)
downloadpasst-da152331cf2e8537bc3651e10eb8b72d751721c3.tar
passt-da152331cf2e8537bc3651e10eb8b72d751721c3.tar.gz
passt-da152331cf2e8537bc3651e10eb8b72d751721c3.tar.bz2
passt-da152331cf2e8537bc3651e10eb8b72d751721c3.tar.lz
passt-da152331cf2e8537bc3651e10eb8b72d751721c3.tar.xz
passt-da152331cf2e8537bc3651e10eb8b72d751721c3.tar.zst
passt-da152331cf2e8537bc3651e10eb8b72d751721c3.zip
Move logging functions to a new file, log.c
Logging to file is going to add some further complexity that we don't want to squeeze into util.c. Signed-off-by: Stefano Brivio <sbrivio@redhat.com> Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'udp.c')
-rw-r--r--udp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/udp.c b/udp.c
index d1be622..5422fdd 100644
--- a/udp.c
+++ b/udp.c
@@ -116,6 +116,7 @@
#include "passt.h"
#include "tap.h"
#include "pcap.h"
+#include "log.h"
#define UDP_CONN_TIMEOUT 180 /* s, timeout for ephemeral or local bind */
#define UDP_SPLICE_FRAMES 32