[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
new modules for looking up the ancestors of a process
From: |
Bruno Haible |
Subject: |
new modules for looking up the ancestors of a process |
Date: |
Wed, 14 Aug 2019 02:05:19 +0200 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-157-generic; KDE/5.18.0; x86_64; ; ) |
Here are two new modules, that I propose to add to gnulib:
* get_ppid_of - Determine the parent process of a given process.
* get_progname_of - Determine the program name of a given process.
Usually all the information that a process needs is passed down from the
ancestor processes. But sometimes we have situations when e.g. a program
must behave differently in konsole than in gnome-terminal. These are weird
situations, but one needs a way to cope with them.
0001-get_ppid_of-New-module.patch
Description: Text Data
0002-get_progname_of-New-module.patch
Description: Text Data
- new modules for looking up the ancestors of a process,
Bruno Haible <=