mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
rename hashset to hashmap
add module arguments parse in modargs.c make module-pipe-sink use it git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@61 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
ccfd55420e
commit
a96ed347a3
10 changed files with 350 additions and 76 deletions
|
|
@ -2,7 +2,7 @@
|
|||
#define foocorehfoo
|
||||
|
||||
#include "idxset.h"
|
||||
#include "hashset.h"
|
||||
#include "hashmap.h"
|
||||
#include "mainloop-api.h"
|
||||
|
||||
struct pa_core {
|
||||
|
|
@ -10,7 +10,7 @@ struct pa_core {
|
|||
|
||||
struct pa_idxset *clients, *sinks, *sources, *sink_inputs, *source_outputs, *modules;
|
||||
|
||||
struct pa_hashset *namereg;
|
||||
struct pa_hashmap *namereg;
|
||||
|
||||
uint32_t default_source_index, default_sink_index;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue