summaryrefslogtreecommitdiffstats
path: root/src/lib/asiolink/process_spawn.cc
diff options
context:
space:
mode:
authorRazvan Becheriu <razvan@isc.org>2021-02-16 18:44:26 +0100
committerRazvan Becheriu <razvan@isc.org>2021-02-18 18:23:57 +0100
commit4799f2603adf613cb233734f1a9b1f3fc71a91f5 (patch)
tree4763bdf355bb135dffeef7149abe6ac308b3ed3c /src/lib/asiolink/process_spawn.cc
parent[#899] fixed and enabled unittests (diff)
downloadkea-4799f2603adf613cb233734f1a9b1f3fc71a91f5.tar.xz
kea-4799f2603adf613cb233734f1a9b1f3fc71a91f5.zip
[#899] updated documentation
Diffstat (limited to 'src/lib/asiolink/process_spawn.cc')
-rw-r--r--src/lib/asiolink/process_spawn.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/asiolink/process_spawn.cc b/src/lib/asiolink/process_spawn.cc
index 19e4fbf386..50c9654a0b 100644
--- a/src/lib/asiolink/process_spawn.cc
+++ b/src/lib/asiolink/process_spawn.cc
@@ -61,6 +61,7 @@ public:
/// @brief Constructor.
///
+ /// @param io_service The IOService which handles signal handlers.
/// @param executable A path to the program to be executed.
/// @param args Arguments for the program to be executed.
/// @param vars Environment variables for the program to be executed.