summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/tagstruct.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-01-20 00:49:45 +0100
committerLennart Poettering <lennart@poettering.net>2009-01-20 00:49:45 +0100
commitd5e895d5cbf9a9a658c66347cb034f1c97133280 (patch)
tree0c2a3cc66a92c1a92ca25f426958ef4fa30a2c32 /src/pulsecore/tagstruct.h
parent8839d8667240fb4204410f4470eb8cd53e5b9e3c (diff)
document that I am a retard
Diffstat (limited to 'src/pulsecore/tagstruct.h')
-rw-r--r--src/pulsecore/tagstruct.h4
1 files changed, 4 insertions, 0 deletions
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',