summaryrefslogtreecommitdiffstats
path: root/src/fastd.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-03-24 17:26:52 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-03-24 17:26:52 +0100
commitec6370ade8d4e8039325b4a578dec6a7e1bca696 (patch)
treea091dd20a7b61b91d0721a8c3c14e9d64cc9439a /src/fastd.h
parent9eac618a73006c9c74f79695d94a4ed305583c39 (diff)
downloadfastd-ec6370ade8d4e8039325b4a578dec6a7e1bca696.tar
fastd-ec6370ade8d4e8039325b4a578dec6a7e1bca696.zip
Add some MTU-related Doxygen comments
Diffstat (limited to 'src/fastd.h')
-rw-r--r--src/fastd.h2
1 files changed, 1 insertions, 1 deletions
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 */
};