Clarify the explanation of the in_action field in pa_autoload_entry.
authorTanu Kaskinen <tanuk@iki.fi>
Fri, 15 Feb 2008 18:19:42 +0000 (18:19 +0000)
committerTanu Kaskinen <tanuk@iki.fi>
Fri, 15 Feb 2008 18:19:42 +0000 (18:19 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2112 fefdeb5f-60dc-0310-8127-8f9354f1896f

src/pulsecore/autoload.h

index 2899586..8a3522a 100644 (file)
@@ -37,7 +37,7 @@ typedef struct pa_autoload_entry {
     uint32_t index;
     char *name;
     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;
 } pa_autoload_entry;