[asterisk-dev] Change in asterisk[11]: git migration: Remove support for file versions

Corey Farrell (Code Review) asteriskteam at digium.com
Sun Apr 12 17:57:43 CDT 2015


Corey Farrell has posted comments on this change.

Change subject: git migration: Remove support for file versions
......................................................................


Patch Set 1:

(1 comment)

https://gerrit.asterisk.org/#/c/61/1/main/asterisk.c
File main/asterisk.c:

Line 390: 	return NULL;
> If we did that, we'd have to keep the version field on the struct, and we'd
You misunderstand.  What I mean is:
printf("Version: %s\n", ast_file_version_find("chan_sip.c"));
This would print "Version: 11.17.0\n" if chan_sip is loaded.

This way the result of this function for file="chan_sip.c" is still not NULL, the result for file="chan_this_doesnt_exist.c" is still NULL.


-- 
To view, visit https://gerrit.asterisk.org/61
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ia932d3c64cd18a14a3c894109baa657ec0a85d28
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 11
Gerrit-Owner: Matt Jordan <mjordan at digium.com>
Gerrit-Reviewer: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Matt Jordan <mjordan at digium.com>
Gerrit-HasComments: Yes



More information about the asterisk-dev mailing list