diff options
Diffstat (limited to 'passt.h')
-rw-r--r-- | passt.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -196,6 +196,7 @@ struct ctx { char sock_path[UNIX_PATH_MAX]; char pcap[PATH_MAX]; char pid_file[PATH_MAX]; + int one_off; int pasta_netns_fd; |