summaryrefslogtreecommitdiff
path: root/pflocal/mig-mutate.h
diff options
context:
space:
mode:
Diffstat (limited to 'pflocal/mig-mutate.h')
-rw-r--r--pflocal/mig-mutate.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/pflocal/mig-mutate.h b/pflocal/mig-mutate.h
index 238c806b..0743f336 100644
--- a/pflocal/mig-mutate.h
+++ b/pflocal/mig-mutate.h
@@ -26,6 +26,12 @@
#define IO_IMPORTS import "mig-decls.h";
+#define FILE_INTRAN sock_user_t begin_using_sock_user_port (io_t)
+#define FILE_INTRAN_PAYLOAD sock_user_t begin_using_sock_user_payload
+#define FILE_DESTRUCTOR end_using_sock_user_port (sock_user_t)
+
+#define FILE_IMPORTS import "mig-decls.h";
+
#define SOCKET_INTRAN sock_user_t begin_using_sock_user_port (socket_t)
#define SOCKET_INTRAN_PAYLOAD sock_user_t begin_using_sock_user_payload
#define SOCKET_DESTRUCTOR end_using_sock_user_port (sock_user_t)