From 2c2e51839242178799c376c7f70c4ebb8a0b843b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 24 Feb 2009 00:38:02 +0100 Subject: remove ApplicationProcessID since there is org.freedesktop.DBus.GetConnectionUnixProcessID just for this --- reserve.txt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/reserve.txt b/reserve.txt index 0006a6a..2673334 100644 --- a/reserve.txt +++ b/reserve.txt @@ -69,11 +69,6 @@ INTERFACE DEFINITION The name of the application currently holding the device - UINT64 ApplicationProcessID (optional) - - The PID of the process of the application - currently accessing the device - STRING ApplicationDeviceName (optional) The name of the device how it is presented in @@ -128,7 +123,7 @@ LOGIC An application shall watch for org.freedesktop.DBus.LostName signals and give up device access in case its service name is forcibly taken - away. + away. While an application holds the service name it may exclusively access the device. It doesn't need to always keep it open -- cgit