It seems nobody uses rtsig... maybe if it were enabled by default
people would test it?
Anyway, here is a patch that makes rtsig compile again after the
thread-safety changes.
Please make rtsig on by default. It works! :)
--
Taral <[EMAIL PROTECTED]>
"Computer science is no more about computers than astronomy is about
telescopes."
-- Edsger Dijkstra
diff -ruN libevent-1.1a/event-internal.h libevent-1.1a.new/event-internal.h
--- libevent-1.1a/event-internal.h Thu Jan 13 22:24:41 2005
+++ libevent-1.1a.new/event-internal.h Wed Dec 28 15:06:51 2005
@@ -31,6 +31,8 @@
extern "C" {
#endif
+#include <sys/tree.h>
+
struct event_base {
const struct eventop *evsel;
void *evbase;
diff -ruN libevent-1.1a/rtsig.c libevent-1.1a.new/rtsig.c
--- libevent-1.1a/rtsig.c Tue Mar 29 00:55:42 2005
+++ libevent-1.1a.new/rtsig.c Wed Dec 28 15:04:50 2005
@@ -28,6 +28,7 @@
#define EVLIST_X_NORT 0x1000 /* Skip RT signals (internal) */
#include "event.h"
+#include "event-internal.h"
#include "log.h"
extern struct event_list signalqueue;
_______________________________________________
Libevent-users mailing list
[email protected]
http://monkey.org/mailman/listinfo/libevent-users