<p>Corey Farrell has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/7329">View Change</a></p><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;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/29/7329/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/main/loader.c b/main/loader.c<br>index fc3e9a3..19e30f8 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/7329">change 7329</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/7329"/><meta itemprop="name" content="View Change"/></div></div>
<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 15 </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ic445468398b5e88f13910f7c2f70bd15aad33a27 </div>
<div style="display:none"> Gerrit-Change-Number: 7329 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Corey Farrell <git@cfware.com> </div>