<p>Joshua Colp <strong>merged</strong> this change.</p><p><a href="https://gerrit.asterisk.org/7328">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Richard Mudgett: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, approved
  Jenkins2: Approved for Submit

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">loader: Fix comments in struct ast_module.<br><br>Make the comments follow doxygen format, move comments to the line<br>before each field they describe.<br><br>Change-Id: Ic445468398b5e88f13910f7c2f70bd15aad33a27<br>---<br>M main/loader.c<br>1 file changed, 10 insertions(+), 4 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/main/loader.c b/main/loader.c<br>index add6a42..2238975 100644<br>--- a/main/loader.c<br>+++ b/main/loader.c<br>@@ -117,14 +117,20 @@<br> <br> struct ast_module {<br>         const struct ast_module_info *info;<br>-  /* Used to get module references into refs log */<br>+    /*! Used to get module references into refs log */<br>    void *ref_debug;<br>-     void *lib;                                      /* the shared lib, or NULL if embedded */<br>-    int usecount;                                   /* the number of 'users' currently in this module */<br>- struct module_user_list users;                  /* the list of users in the module */<br>+        /*! The shared lib. */<br>+       void *lib;<br>+   /*! Number of 'users' and other references currently holding the module. */<br>+  int usecount;<br>+        /*! List of users holding the module. */<br>+     struct module_user_list users;<br>        struct {<br>+             /*! The module running and ready to accept requests. */<br>               unsigned int running:1;<br>+              /*! The module has declined to start. */<br>              unsigned int declined:1;<br>+             /*! This module is being held open until it's time to shutdown. */<br>                unsigned int keepuntilshutdown:1;<br>     } flags;<br>      AST_LIST_ENTRY(ast_module) list_entry;<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/7328">change 7328</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/7328"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: Ic445468398b5e88f13910f7c2f70bd15aad33a27 </div>
<div style="display:none"> Gerrit-Change-Number: 7328 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Corey Farrell <git@cfware.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Richard Mudgett <rmudgett@digium.com> </div>