Displaying 2 results from an estimated 2 matches for "io_loop_notify_add".
2006 Jan 23
1
Compiling Dovecot with-notify=inotify
...amic libpassword.a
../lib-settings/libsettings.a ../lib-ntlm/libntlm.a ../lib-sql/libsql.a
../lib/liblib.a -lcrypt -lpam -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto
-lcom_err -lresolv -lldap -lpq /usr/lib/libmysqlclient.so -lz -ldl
../lib/liblib.a(ioloop-notify-inotify.o)(.text+0x185): In function
`io_loop_notify_add':
/home/nico/sources/dovecot/dovecot-1.0.beta2/src/lib/ioloop-notify-inotify.c:102:
undefined reference to `inotify_add_watch'
../lib/liblib.a(ioloop-notify-inotify.o)(.text+0x26d): In function
`io_loop_notify_remove':
/home/nico/sources/dovecot/dovecot-1.0.beta2/src/lib/ioloop-notify-i...
2006 Aug 16
9
BSD people, please test kqueue changes
I rewrote much of the kqueue code since the old code didn't handle
properly the case when both input and output I/O handlers were added to
the same file descriptor with different callbacks. This is done commonly
in Dovecot, so I'm wondering why more people didn't complain about
problems with it.. :)
I don't anyway have access to any BSDs so the code is completely
untested. Please