summaryrefslogtreecommitdiffstats
path: root/src/config.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-03-23 04:53:42 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-03-23 04:53:42 +0100
commit3371cf38ac3fad7c2d446400a772b25992ee8c82 (patch)
treec3840ea8ceb3f8a7eca7deb9f30ecc543312210c /src/config.c
parent611ec0bd31391e7d75b588dc3e58428220d5154e (diff)
downloadfastd-3371cf38ac3fad7c2d446400a772b25992ee8c82.tar
fastd-3371cf38ac3fad7c2d446400a772b25992ee8c82.zip
config: add Doxygen comment to fastd_config_single_iface()
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.c b/src/config.c
index 4259c4d..725c4e4 100644
--- a/src/config.c
+++ b/src/config.c
@@ -560,6 +560,7 @@ void fastd_config_check(void) {
configure_methods();
}
+/** Determines if the configuration will never create more than a single interface */
bool fastd_config_single_iface(void) {
if (conf.mode == MODE_TAP)
return true;