From ec6370ade8d4e8039325b4a578dec6a7e1bca696 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 24 Mar 2015 17:26:52 +0100 Subject: Add some MTU-related Doxygen comments --- src/fastd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fastd.h') diff --git a/src/fastd.h b/src/fastd.h index ee48a65..a16244a 100644 --- a/src/fastd.h +++ b/src/fastd.h @@ -159,7 +159,7 @@ struct fastd_iface { fastd_poll_fd_t fd; /**< The file descriptor of the tunnel interface */ char *name; /**< The interface name */ fastd_peer_t *peer; /**< The peer associated with the interface (if any) */ - uint16_t mtu; + uint16_t mtu; /**< The MTU of the interface */ }; -- cgit v1.2.3