summaryrefslogtreecommitdiffstats
path: root/polyp/idxset.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-11-21 02:43:05 +0000
committerLennart Poettering <lennart@poettering.net>2004-11-21 02:43:05 +0000
commitfa751e537db75108f9a1597d83a4e1093173fc28 (patch)
treed07c63ecfbc618599c88a089055713f98b02f9ba /polyp/idxset.h
parent6985eda9347730d4506de630c310a34e7844df0a (diff)
some commenting
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@298 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/idxset.h')
-rw-r--r--polyp/idxset.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/polyp/idxset.h b/polyp/idxset.h
index 1ed66154..66689fd4 100644
--- a/polyp/idxset.h
+++ b/polyp/idxset.h
@@ -24,6 +24,10 @@
#include <inttypes.h>
+/* A combination of a hashtable and a dynamic array. Entries are both
+ * indexiable through a numeric automaticly generated index and an
+ * opaque key. As usual, memory management is the user's job. */
+
#define PA_IDXSET_INVALID ((uint32_t) -1)
unsigned pa_idxset_trivial_hash_func(const void *p);