diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-12-09 18:16:54 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-12-09 18:16:54 +0100 |
commit | 32802361561403cb6441198c82d9c499e0513863 (patch) | |
tree | 20b5f2998d56b2b7a2b801cad42fc0ca74c907c5 /man/sd_bus_creds_get_pid.xml | |
parent | 7dcd79c295fb1f4bcdda5ead43739acf34100ef8 (diff) |
sd-bus: get rid of PID starttime concept
As kdbus no longer exports this, remove all traces from sd-bus too
Diffstat (limited to 'man/sd_bus_creds_get_pid.xml')
-rw-r--r-- | man/sd_bus_creds_get_pid.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/man/sd_bus_creds_get_pid.xml b/man/sd_bus_creds_get_pid.xml index e0f8909e87..d61ec19cb8 100644 --- a/man/sd_bus_creds_get_pid.xml +++ b/man/sd_bus_creds_get_pid.xml @@ -44,7 +44,6 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <refnamediv> <refname>sd_bus_creds_get_pid</refname> - <refname>sd_bus_creds_get_pid_starttime</refname> <refname>sd_bus_creds_get_tid</refname> <refname>sd_bus_creds_get_uid</refname> <refname>sd_bus_creds_get_gid</refname> @@ -83,12 +82,6 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. </funcprototype> <funcprototype> - <funcdef>int <function>sd_bus_creds_get_pid_starttime</function></funcdef> - <paramdef>sd_bus_creds *<parameter>c</parameter></paramdef> - <paramdef>uint64_t *<parameter>usec</parameter></paramdef> - </funcprototype> - - <funcprototype> <funcdef>int <function>sd_bus_creds_get_tid</function></funcdef> <paramdef>sd_bus_creds *<parameter>c</parameter></paramdef> <paramdef>pid_t *<parameter>tid</parameter></paramdef> @@ -245,10 +238,6 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <para><function>sd_bus_creds_get_pid()</function> will retrieve the PID (process identifier).</para> - <para><function>sd_bus_creds_get_pid_starttime()</function> will - retrieve the time since the start of the epoch in microseconds - since the process was started.</para> - <para><function>sd_bus_creds_get_tid()</function> will retrieve the TID (thread identifier).</para> |