diff options
| author | Lennart Poettering <lennart@poettering.net> | 2009-02-02 00:21:41 +0100 | 
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2009-02-02 00:21:41 +0100 | 
| commit | 2c97c15c55b7c66020367ce1ea30e745a32f1cd8 (patch) | |
| tree | d10f23c7bb08d4a301377a67134b85f9c4eb1de5 | |
| parent | e0fd99b911eb3a7ca5590f0d7504f181a6f8c0f4 (diff) | |
introduce PA_PROP_APPLICATION_PROCESS_MACHINE_ID
| -rw-r--r-- | src/pulse/proplist.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pulse/proplist.h b/src/pulse/proplist.h index 203a28c5..5c79dd01 100644 --- a/src/pulse/proplist.h +++ b/src/pulse/proplist.h @@ -65,6 +65,7 @@ PA_C_DECL_BEGIN   *    application.process.binary   *    application.process.user   *    application.process.host + *    application.process.machine_id D-Bus machine ID   *    device.string   *    device.api                    oss, alsa, sunaudio   *    device.description @@ -114,6 +115,7 @@ PA_C_DECL_BEGIN  #define PA_PROP_APPLICATION_PROCESS_BINARY     "application.process.binary"  #define PA_PROP_APPLICATION_PROCESS_USER       "application.process.user"  #define PA_PROP_APPLICATION_PROCESS_HOST       "application.process.host" +#define PA_PROP_APPLICATION_PROCESS_MACHINE_ID "application.process.machine_id"  #define PA_PROP_DEVICE_STRING                  "device.string"  #define PA_PROP_DEVICE_API                     "device.api"  #define PA_PROP_DEVICE_DESCRIPTION             "device.description"  | 
