From 2c97c15c55b7c66020367ce1ea30e745a32f1cd8 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 2 Feb 2009 00:21:41 +0100 Subject: introduce PA_PROP_APPLICATION_PROCESS_MACHINE_ID --- src/pulse/proplist.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pulse') 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" -- cgit