ndk v0.3.0
- Breaking: Looper
ident
not passed indata
pointer anymore.
attach_looper
now only sets theident
field when attaching anInputQueue
to aForeignLooper
.
If you are relying onPoll::Event::data
to tell event fd and input queue apart, please usePoll::Event::ident
and the new constants introduced inndk-glue
!