Rename afb-config to afb-args 60/20860/1
authorJosé Bollo <jose.bollo@iot.bzh>
Fri, 15 Feb 2019 16:13:38 +0000 (17:13 +0100)
committerJosé Bollo <jose.bollo@iot.bzh>
Fri, 29 Mar 2019 13:14:13 +0000 (14:14 +0100)
commit84f4aec41817417a3b94d91da1b9b2fba9711e40
tree699d98c0e1ea0a8b5b592ea0c888e1bb90c55902
parenta2cf84ecde926adeebf09bc2c284401513d3fab3
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>
src/CMakeLists.txt
src/afb-args.c [moved from src/afb-config.c with 98% similarity]
src/afb-args.h [moved from src/afb-config.h with 89% similarity]
src/afb-supervision.c
src/afs-args.c [moved from src/afs-config.c with 96% similarity]
src/afs-args.h [moved from src/afs-config.h with 88% similarity]
src/main-afb-daemon.c
src/main-afs-supervisor.c