From 6709ade2bde563f31e8d28a27c473fe626216e5d Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Mon, 20 Jul 2020 16:41:49 +0200 Subject: merd: Rename to PASST Plug A Simple Socket Transport. Signed-off-by: Stefano Brivio --- qrap.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'qrap.c') diff --git a/qrap.c b/qrap.c index b246a7e..06dc5c4 100644 --- a/qrap.c +++ b/qrap.c @@ -1,4 +1,4 @@ -/* MERD - MacVTap Egress and Routing Daemon +/* PASST - Plug A Simple Socket Transport * * qrap.c - qemu wrapper connecting UNIX domain socket to tap file descriptor * @@ -10,6 +10,7 @@ */ #include +#include #include #include #include @@ -17,8 +18,10 @@ #include #include #include +#include +#include -#include "merd.h" +#include "passt.h" /** * usage() - Print usage and exit -- cgit v1.2.3