module: implement properties

This commit is contained in:
Wim Taymans 2018-06-01 11:23:02 +02:00
parent c0a3220228
commit 46ad3155b5
13 changed files with 123 additions and 6 deletions

View file

@ -214,6 +214,7 @@ struct pw_module {
struct pw_global *global; /**< global object for this module */
struct spa_hook global_listener;
struct pw_properties *properties; /**< properties of the module */
struct pw_module_info info; /**< introspectable module info */
struct spa_list resource_list; /**< list of resources for this module */