[svn-commits] twilson: branch twilson/calendaring r160445 - /team/twilson/calendaring/main/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Dec 2 23:20:35 CST 2008


Author: twilson
Date: Tue Dec  2 23:20:35 2008
New Revision: 160445

URL: http://svn.digium.com/view/asterisk?view=rev&rev=160445
Log:
Couple more reviewboard fixes

Modified:
    team/twilson/calendaring/main/calendar.c

Modified: team/twilson/calendaring/main/calendar.c
URL: http://svn.digium.com/view/asterisk/team/twilson/calendaring/main/calendar.c?view=diff&rev=160445&r1=160444&r2=160445
==============================================================================
--- team/twilson/calendaring/main/calendar.c (original)
+++ team/twilson/calendaring/main/calendar.c Tue Dec  2 23:20:35 2008
@@ -1,7 +1,7 @@
 /*
  * Asterisk -- An open source telephony toolkit.
  *
- * Copyright (C) 1999 - 2008, Digium, Inc.
+ * Copyright (C) 2008, Digium, Inc.
  *
  * Terry Wilson <twilson at digium.com>
  *
@@ -72,8 +72,8 @@
 	AST_LIST_ENTRY(evententry) list;
 };
 
-AST_LIST_HEAD_NOLOCK_STATIC(techs, caltechlist);
-AST_LIST_HEAD_NOLOCK(eventlist, evententry);
+AST_LIST_HEAD_STATIC(techs, caltechlist);
+AST_LIST_HEAD_NOLOCK(eventlist, evententry); /* define the type */
 
 static struct ast_calendar *unref_calendar(struct ast_calendar *cal)
 {




More information about the svn-commits mailing list