summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-08-29 11:22:49 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-08-29 11:22:49 +0200
commit9bc48026a93e8330a2bd2795e78d5951c16b7d33 (patch)
treee4a182f2ed5c43ebc2007f18fd813e21323e7184 /src/CMakeLists.txt
parent33c28e126df60d8f7c416e762314d9da79f53448 (diff)
Add option --name for naming the process
This option allows to set the command line and the thread name of the main process. The value can contain spaces that will be replaced by nulls. Change-Id: I895270a24663467b16fb3cd8fc3218b7b003b6bb Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index fe40c4c6..14c5120d 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -64,6 +64,7 @@ ADD_LIBRARY(afb-lib STATIC
afb-xreq.c
jobs.c
locale-root.c
+ process-name.c
sd-fds.c
sig-monitor.c
subpath.c