<p> Attention is currently required from: Mark Murawski. </p>
<p><a href="https://gerrit.asterisk.org/c/asterisk/+/17655">View Change</a></p><p>9 comments:</p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0;"><p><a href="null">File funcs/func_groupcount.c:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/c/asterisk/+/17655/comment/fc601c65_d70136f1">Patch Set #2, Line 29:</a> <code style="font-family:monospace,monospace">#include "regex.h"</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Assuming this is supposed to be the system-supplied regex.h it should be in brackets:</p><pre style="font-family: monospace,monospace; white-space: pre-wrap;"> #include <regex.h></pre></li></ul></li><li style="margin: 0; padding: 0;"><p><a href="null">File include/asterisk/channel.h:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/c/asterisk/+/17655/comment/9e9c9897_b3a6f271">Patch Set #2, Line 129:</a> <code style="font-family:monospace,monospace">#include "regex.h"</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Assuming this is supposed to be the system-supplied regex.h it should be in brackets:</p><pre style="font-family: monospace,monospace; white-space: pre-wrap;"> #include <regex.h></pre></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/c/asterisk/+/17655/comment/bdc96a80_0fba0148">Patch Set #2, Line 3163:</a> <code style="font-family:monospace,monospace"> * \since 11</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">This should be:</p><pre style="font-family: monospace,monospace; white-space: pre-wrap;"> \since 20</pre></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/c/asterisk/+/17655/comment/3f0dece8_c34ca950">Patch Set #2, Line 3177:</a> <code style="font-family:monospace,monospace"> * \since 11</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">This should be:</p><pre style="font-family: monospace,monospace; white-space: pre-wrap;"> \since 20</pre></li></ul></li><li style="margin: 0; padding: 0;"><p><a href="null">File main/app.c:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/c/asterisk/+/17655/comment/db030ac6_7fff18fb">Patch Set #2, Line 1:</a> <code style="font-family:monospace,monospace">/*</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">The leading whitespace of most of the lines you added looks wrong to me. Ensure you are using tabs everywhere and not spaces.</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/c/asterisk/+/17655/comment/f1077508_fc779655">Patch Set #2, Line 136:</a> <code style="font-family:monospace,monospace">AST_DLLIST_HEAD_NOLOCK(group_list, group_list_entry);  /*!< All GROUP assignments */</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Why does this need to be doubly-linked list?</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/c/asterisk/+/17655/comment/89cc4812_7718bf6a">Patch Set #2, Line 148:</a> <code style="font-family:monospace,monospace">AST_RWDLLIST_HEAD_STATIC(group_stores_list, group_data_store);</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Why does this need to be doubly-linked list?</p></li></ul></li><li style="margin: 0; padding: 0;"><p><a href="null">File main/cli.c:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/c/asterisk/+/17655/comment/6e93911d_3f4fee5b">Patch Set #2, Line 1867:</a> <code style="font-family:monospace,monospace">#include "asterisk/dlinkedlists.h"</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Move this to the top of the file with the other includes.</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/c/asterisk/+/17655/comment/2e0c832d_5650bdb0">Patch Set #2, Line 1876:</a> <code style="font-family:monospace,monospace">      AST_DLLIST_ENTRY(group_list_entry) entries;    /*!< Next group */</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Why does this need to be doubly-linked list?</p></li></ul></li></ul><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/17655">change 17655</a>. To unsubscribe, or for help writing mail filters, 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/c/asterisk/+/17655"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 18 </div>
<div style="display:none"> Gerrit-Change-Id: I23e48d1cdfc8adaffdfec2e936e56143603914f2 </div>
<div style="display:none"> Gerrit-Change-Number: 17655 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Mark Murawski <markm@intellasoft.net> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation </div>
<div style="display:none"> Gerrit-Reviewer: N A <mail@interlinked.x10host.com> </div>
<div style="display:none"> Gerrit-Reviewer: Sean Bright <sean@seanbright.com> </div>
<div style="display:none"> Gerrit-Attention: Mark Murawski <markm@intellasoft.net> </div>
<div style="display:none"> Gerrit-Comment-Date: Thu, 23 Dec 2021 17:25:17 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>
<div style="display:none"> Gerrit-Has-Labels: No </div>
<div style="display:none"> Gerrit-MessageType: comment </div>