summaryrefslogtreecommitdiff
path: root/modules/get_ppid_of
diff options
context:
space:
mode:
Diffstat (limited to 'modules/get_ppid_of')
-rw-r--r--modules/get_ppid_of25
1 files changed, 25 insertions, 0 deletions
diff --git a/modules/get_ppid_of b/modules/get_ppid_of
new file mode 100644
index 0000000000..4f2cad1b2c
--- /dev/null
+++ b/modules/get_ppid_of
@@ -0,0 +1,25 @@
+Description:
+Determine the parent process of a given process.
+
+Files:
+lib/get_ppid_of.h
+lib/get_ppid_of.c
+
+Depends-on:
+extensions
+sys_types
+unistd
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += get_ppid_of.h get_ppid_of.c
+
+Include:
+"get_ppid_of.h"
+
+License:
+LGPL
+
+Maintainer:
+all