From 78440eab81959ec7a95effd579fd87b7c56dbe3d Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 24 Dec 2012 23:52:18 +0100 Subject: Add user switching and capability support --- src/types.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/types.h') diff --git a/src/types.h b/src/types.h index cda16ec..a4da2b8 100644 --- a/src/types.h +++ b/src/types.h @@ -41,6 +41,12 @@ typedef enum fastd_mode { MODE_TUN, } fastd_mode_t; +typedef enum fastd_drop_caps { + DROP_CAPS_OFF, + DROP_CAPS_ON, + DROP_CAPS_EARLY, +} fastd_drop_caps_t; + typedef struct fastd_buffer fastd_buffer_t; typedef union fastd_peer_address fastd_peer_address_t; -- cgit v1.2.3