Rename afb-config to afb-args
authorJosé Bollo <jose.bollo@iot.bzh>
Fri, 15 Feb 2019 16:13:38 +0000 (17:13 +0100)
committerJosé Bollo <jose.bollo@iot.bzh>
Fri, 22 Mar 2019 11:21:54 +0000 (12:21 +0100)
commit1283a8261cf0d44c61f6f5425a68b2e8ca22aabe
treed2926c219af4d3684874632d4d07420598cb9235
parent78cb4b202221b7ac90ffb586da362f3efb9f27b1
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