[dovecot-cvs] dovecot/src/util rawlog.c,1.11,1.12
tss at dovecot.org
tss at dovecot.org
Fri Mar 9 00:07:35 EET 2007
- Previous message: [dovecot-cvs] dovecot/src/lib Makefile.am, 1.69, 1.70 ioloop-epoll.c, 1.20, 1.21 ioloop-internal.h, 1.18, 1.19 ioloop-iolist.c, 1.2, 1.3 ioloop-iolist.h, 1.2, 1.3 ioloop-kqueue.c, 1.15, 1.16 ioloop-notify-dn.c, 1.18, 1.19 ioloop-notify-fd.c, NONE, 1.1 ioloop-notify-fd.h, NONE, 1.1 ioloop-notify-inotify.c, 1.12, 1.13 ioloop-notify-kqueue.c, 1.8, 1.9 ioloop-poll.c, 1.34, 1.35 ioloop-select.c, 1.24, 1.25 ioloop.c, 1.43, 1.44 ioloop.h, 1.20, 1.21
- Next message: [dovecot-cvs] dovecot/src/pop3 main.c,1.58,1.59
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot/src/util
In directory talvi:/tmp/cvs-serv6377/util
Modified Files:
rawlog.c
Log Message:
Removed pool parameter from io_loop_create()
Index: rawlog.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/util/rawlog.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- rawlog.c 26 Jan 2007 13:58:57 -0000 1.11
+++ rawlog.c 8 Mar 2007 22:07:32 -0000 1.12
@@ -310,7 +310,7 @@
process_title_set(t_strdup_printf("[%s:%s rawlog]", getenv("USER"),
dec2str(getppid())));
- ioloop = io_loop_create(system_pool);
+ ioloop = io_loop_create();
rawlog_proxy_create(0, 1, sfd[0], path, flags);
io_loop_run(ioloop);
io_loop_destroy(&ioloop);
- Previous message: [dovecot-cvs] dovecot/src/lib Makefile.am, 1.69, 1.70 ioloop-epoll.c, 1.20, 1.21 ioloop-internal.h, 1.18, 1.19 ioloop-iolist.c, 1.2, 1.3 ioloop-iolist.h, 1.2, 1.3 ioloop-kqueue.c, 1.15, 1.16 ioloop-notify-dn.c, 1.18, 1.19 ioloop-notify-fd.c, NONE, 1.1 ioloop-notify-fd.h, NONE, 1.1 ioloop-notify-inotify.c, 1.12, 1.13 ioloop-notify-kqueue.c, 1.8, 1.9 ioloop-poll.c, 1.34, 1.35 ioloop-select.c, 1.24, 1.25 ioloop.c, 1.43, 1.44 ioloop.h, 1.20, 1.21
- Next message: [dovecot-cvs] dovecot/src/pop3 main.c,1.58,1.59
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list