summaryrefslogtreecommitdiffstats
path: root/src/config.c
diff options
context:
space:
mode:
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 494ab1e..59c83c8 100644
--- a/src/config.c
+++ b/src/config.c
@@ -602,6 +602,7 @@ bool fastd_config_single_iface(void) {
return (VECTOR_LEN(ctx.peers) == 1);
}
+/** Determines of all interfaces are persistent (i.e. don't need to be created and destroyed dynamically) */
bool fastd_config_persistent_ifaces(void) {
if (fastd_use_android_integration())
return true;