[asterisk-commits] mmichelson: branch mmichelson/lock_backtraces r115476 - in /team/mmichelson/l...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue May 6 15:19:42 CDT 2008
Author: mmichelson
Date: Tue May 6 15:19:41 2008
New Revision: 115476
URL: http://svn.digium.com/view/asterisk?view=rev&rev=115476
Log:
sync with the refcounter change I just made in trunk
Modified:
team/mmichelson/lock_backtraces/ (props changed)
team/mmichelson/lock_backtraces/utils/refcounter.c
Propchange: team/mmichelson/lock_backtraces/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Tue May 6 15:19:41 2008
@@ -1,1 +1,1 @@
-/trunk:1-115440
+/trunk:1-115475
Modified: team/mmichelson/lock_backtraces/utils/refcounter.c
URL: http://svn.digium.com/view/asterisk/team/mmichelson/lock_backtraces/utils/refcounter.c?view=diff&rev=115476&r1=115475&r2=115476
==============================================================================
--- team/mmichelson/lock_backtraces/utils/refcounter.c (original)
+++ team/mmichelson/lock_backtraces/utils/refcounter.c Tue May 6 15:19:41 2008
@@ -197,10 +197,12 @@
/* stub routines to satisfy linking with asterisk subcomponents */
+#ifndef LOW_MEMORY
int ast_add_profile(const char *x, uint64_t scale)
{
return 0;
}
+#endif
int ast_loader_register(int (*updater)(void))
{
@@ -219,7 +221,7 @@
{
}
-
+#ifndef LOW_MEMORY
void ast_register_file_version(const char *file, const char *version)
{
}
@@ -235,6 +237,7 @@
{
return 0;
}
+#endif
void ast_log(int level, const char *file, int line, const char *function, const char *fmt, ...)
{
More information about the asterisk-commits
mailing list