mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-12 13:30:10 -05:00
Clarify the explanation of the in_action field in pa_autoload_entry.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2112 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
dc3682d3f7
commit
46d804da4c
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ typedef struct pa_autoload_entry {
|
||||||
uint32_t index;
|
uint32_t index;
|
||||||
char *name;
|
char *name;
|
||||||
pa_namereg_type_t type; /* Type of the autoload entry */
|
pa_namereg_type_t type; /* Type of the autoload entry */
|
||||||
int in_action; /* Currently loaded */
|
int in_action; /* The module is currently being loaded */
|
||||||
char *module, *argument;
|
char *module, *argument;
|
||||||
} pa_autoload_entry;
|
} pa_autoload_entry;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue