aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-supervision.c
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2019-02-15 17:13:38 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2019-03-29 14:14:13 +0100
commit84f4aec41817417a3b94d91da1b9b2fba9711e40 (patch)
tree699d98c0e1ea0a8b5b592ea0c888e1bb90c55902 /src/afb-supervision.c
parenta2cf84ecde926adeebf09bc2c284401513d3fab3 (diff)
Rename afb-config to afb-args
With the introduction of more compilation flags, it becomes interesting to use a configuration file. The configuration file is usually "config.h". So that renaming avoids future ambiguity. It also reflects better what the module does. Change-Id: I952adc1e1bf469132dc224900bd9140ccc51c58b Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afb-supervision.c')
-rw-r--r--src/afb-supervision.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afb-supervision.c b/src/afb-supervision.c
index 63462017..5790c3ad 100644
--- a/src/afb-supervision.c
+++ b/src/afb-supervision.c
@@ -41,7 +41,7 @@
#include "afb-xreq.h"
#include "afb-trace.h"
#include "afb-session.h"
-#include "afb-config.h"
+#include "afb-args.h"
#include "afb-supervision.h"
#include "afs-supervision.h"
#include "afb-stub-ws.h"