SOURCES: libevent-fpm.patch - update to 1.4.7

glen glen at pld-linux.org
Sun Nov 16 16:08:38 CET 2008


Author: glen                         Date: Sun Nov 16 15:08:38 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- update  to 1.4.7

---- Files affected:
SOURCES:
   libevent-fpm.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/libevent-fpm.patch
diff -u SOURCES/libevent-fpm.patch:1.1 SOURCES/libevent-fpm.patch:1.2
--- SOURCES/libevent-fpm.patch:1.1	Sun Nov 16 16:07:49 2008
+++ SOURCES/libevent-fpm.patch	Sun Nov 16 16:08:32 2008
@@ -1,13 +1,15 @@
---- libevent-1.4.0-beta/event.c~	2008-11-16 17:02:40.080346805 +0200
-+++ libevent-1.4.0-beta/event.c	2008-11-16 17:03:08.417222300 +0200
-@@ -226,16 +226,10 @@
+--- libevent-1.4.7-stable/event.c~	2008-11-16 17:03:36.000000000 +0200
++++ libevent-1.4.7-stable/event.c	2008-11-16 17:06:25.894160572 +0200
+@@ -255,18 +255,12 @@
  	if (base->evsel->dealloc != NULL)
  		base->evsel->dealloc(base, base->evbase);
  
--	for (i=0; i < base->nactivequeues; ++i)
+-	for (i = 0; i < base->nactivequeues; ++i)
 -		assert(TAILQ_EMPTY(base->activequeues[i]));
--	assert(min_heap_empty(&base->timeheap));
 -
+-	assert(min_heap_empty(&base->timeheap));
+ 	min_heap_dtor(&base->timeheap);
+ 
  	for (i = 0; i < base->nactivequeues; ++i)
  		free(base->activequeues[i]);
  	free(base->activequeues);
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/libevent-fpm.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list