From 4ffc28ecd6d914f9c1e5aaf5d5921ee4827bb289 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 24 Mar 2012 20:55:27 +0100 Subject: Partial implementation of a config files parser --- src/types.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/types.h') diff --git a/src/types.h b/src/types.h index af577e3..61417fc 100644 --- a/src/types.h +++ b/src/types.h @@ -42,10 +42,10 @@ typedef enum _fastd_loglevel { LOG_DEBUG, } fastd_loglevel; -typedef enum _fastd_protocol { - PROTOCOL_ETHERNET, - PROTOCOL_IP, -} fastd_protocol; +typedef enum _fastd_mode { + MODE_TAP, + MODE_TUN, +} fastd_mode; typedef enum _fastd_peer_state { STATE_WAIT, -- cgit v1.2.3