Tell me something: Why do you need this? Can you give an example of code where you (justifiably) need to do a poll or select on fuse_chan_fd()?
As is the case with countless other things, Apple didn't foresee anybody (except themselves) ever needing to do this. One structure I need in the kernel is not exported by Apple, so this would be kludgy even if I did it. Do you have the rest of your code working? That is, if I gave you a version of MacFUSE where this is supposed to work, will you be able to test it? Amit On Jan 23, 7:30 pm, paul mineiro <[EMAIL PROTECTED]> wrote: > cool. well at least i'm not crazy. > > thanks for the prompt reply. i look forward to poll support. > > -- p > > On Jan 23, 5:51 pm, Amit Singh <[EMAIL PROTECTED]> wrote: > > > It won't work. > > > I haven't implemented support for poll/select in the user-kernel > > MacFUSE device layer. I haven't needed it so far, and nobody has asked > > for it yet. It should be reasonably straightforward to get this going-- > > I'll try to find time to do it in the near future (but no promises). > > > Amit > > > On Jan 23, 5:26 pm, paul mineiro <[EMAIL PROTECTED]> wrote: > > > > hi. > > > > i'm trying to port my code from linux and ran into a problem. > > > > i'm getting POLLNVAL in revents from poll after calling poll with > > > events = POLLIN and fd being the return value of fuse_chan_fd(). > > > > should i expect this to work? > > > > thanks, > > > > -- p --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "macfuse-devel" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/macfuse-devel?hl=en -~----------~----~----~----~------~----~------~--~---
