Date: Tue, 31 Jan 2012 08:10:12 GMT From: David Xu <listlog2011@gmail.com> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/156567: [kqueue] [patch] Add EV_CLEAR to AIO events in kqueue Message-ID: <201201310810.q0V8ACMA004882@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/156567; it has been noted by GNATS. From: David Xu <listlog2011@gmail.com> To: igor <igor@soumenkov.com> Cc: bug-followup@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/156567: [kqueue] [patch] Add EV_CLEAR to AIO events in kqueue Date: Tue, 31 Jan 2012 16:04:06 +0800 On 2012/1/31 4:47, igor wrote: > > > Dear all, > > What can I do to get my patch finally applied or > rejected (hope not :) ? My PR is not even assigned to anyone. Should I > do my best to become a committer (how? :-) ? > > The solution I propose > finally allows to use kqueue with aio in multi-threaded applications. > The only reason I created it is because I wanted to use it for myself > and it worked flawlessly. > > Please, anyone? > It is better to allocate a member field from struct sigevent for kevent flags, we have spare fields available there, please check the union _sigev_un. Regards, David Xu
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201310810.q0V8ACMA004882>