[asterisk-commits] mjordan: trunk r404856 - in /trunk: ./ res/res_pjsip_logger.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Jan 3 15:45:48 CST 2014
Author: mjordan
Date: Fri Jan 3 15:45:46 2014
New Revision: 404856
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=404856
Log:
res_pjsip_logger: Add the ASTERISK_FILE_VERSION macro
Registering yourself with the Asterisk core is the nice thing to do, even
when you're a logging module.
........
Merged revisions 404855 from http://svn.asterisk.org/svn/asterisk/branches/12
Modified:
trunk/ (props changed)
trunk/res/res_pjsip_logger.c
Propchange: trunk/
------------------------------------------------------------------------------
--- branch-12-merged (original)
+++ branch-12-merged Fri Jan 3 15:45:46 2014
@@ -1,1 +1,1 @@
-/branches/12:1-398558,398560-398577,398579-399305,399307-401390,401392-403290,403292-403778,403781-404568,404581,404592,404605,404613,404652,404663,404676,404725,404737,404764,404781,404786,404843
+/branches/12:1-398558,398560-398577,398579-399305,399307-401390,401392-403290,403292-403778,403781-404568,404581,404592,404605,404613,404652,404663,404676,404725,404737,404764,404781,404786,404843,404855
Modified: trunk/res/res_pjsip_logger.c
URL: http://svnview.digium.com/svn/asterisk/trunk/res/res_pjsip_logger.c?view=diff&rev=404856&r1=404855&r2=404856
==============================================================================
--- trunk/res/res_pjsip_logger.c (original)
+++ trunk/res/res_pjsip_logger.c Fri Jan 3 15:45:46 2014
@@ -24,6 +24,8 @@
***/
#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <pjsip.h>
More information about the asterisk-commits
mailing list