From d5e895d5cbf9a9a658c66347cb034f1c97133280 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 20 Jan 2009 00:49:45 +0100 Subject: document that I am a retard --- src/pulsecore/tagstruct.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/pulsecore/tagstruct.h') diff --git a/src/pulsecore/tagstruct.h b/src/pulsecore/tagstruct.h index 19288eeb..1a99e924 100644 --- a/src/pulsecore/tagstruct.h +++ b/src/pulsecore/tagstruct.h @@ -37,6 +37,10 @@ typedef struct pa_tagstruct pa_tagstruct; +/* Due to a stupid design flaw, proplists may only be at the END of a + * packet or not before a STRING! Don't forget that! We can't really + * fix this without breaking compat. */ + enum { PA_TAG_INVALID = 0, PA_TAG_STRING = 't', -- cgit