[Asterisk-code-review] res pjsip: improve realtime performance on CLI 'pjsip show c... (asterisk[13])
Alexei Gradinari
asteriskteam at digium.com
Thu Sep 27 12:29:36 CDT 2018
Alexei Gradinari has posted comments on this change. ( https://gerrit.asterisk.org/10270 )
Change subject: res_pjsip: improve realtime performance on CLI 'pjsip show contacts'
......................................................................
Patch Set 1:
(4 comments)
https://gerrit.asterisk.org/#/c/10270/1/res/res_pjsip/location.c
File res/res_pjsip/location.c:
https://gerrit.asterisk.org/#/c/10270/1/res/res_pjsip/location.c@a1021
PS1, Line 1021:
> This function appears to no longer be used, so can be removed as well. […]
It's used to gather static contacts... see line 1071.
https://gerrit.asterisk.org/#/c/10270/1/res/res_pjsip/location.c@1027
PS1, Line 1027: ast_free(wrapper->contact_id);
> This should be removed. The contact_id's memory is free'd in the wrapper's destructor.
Done
https://gerrit.asterisk.org/#/c/10270/1/res/res_pjsip/location.c@1031
PS1, Line 1031: wrapper->contact = contact;
: ao2_bump(wrapper->contact);
> This can be combined into a single statement if you want: […]
Done
https://gerrit.asterisk.org/#/c/10270/1/res/res_pjsip/location.c@1036
PS1, Line 1036: return 0;
> Use tabs here instead of spaces for indention.
Done
--
To view, visit https://gerrit.asterisk.org/10270
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-MessageType: comment
Gerrit-Change-Id: Id0ad65d14952a02fb213273a90f3f680a8149618
Gerrit-Change-Number: 10270
Gerrit-PatchSet: 1
Gerrit-Owner: Alexei Gradinari <alex2grad at gmail.com>
Gerrit-Reviewer: Alexei Gradinari <alex2grad at gmail.com>
Gerrit-Reviewer: Jenkins2 (1000185)
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>
Gerrit-Comment-Date: Thu, 27 Sep 2018 17:29:36 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180927/a861f802/attachment-0001.html>
More information about the asterisk-code-review
mailing list