svn commit: samba r20928 - in
branches/SAMBA_4_0/source/lib/events: .
tridge at samba.org
tridge at samba.org
Sun Jan 21 09:28:19 GMT 2007
Volker,
> One question: Looking at the Linux kernel oplock
> implementation we get the information which fd the kernel
> wants us to release via the siginfo_t->sig_fd handler in the
> three-argument signal handler set via sigaction with
> SA_SIGINFO set.
I think it's siginfo_t->si_fd, but yes, you're right, we need to
support that.
> Is this use of signal() instead of sigaction() deliberate
I was just looking at that actually :-)
I'm planning on putting similar logic in to what we currently have in
CatchSignal().
Cheers, Tridge
More information about the samba-technical
mailing list