Closed GoogleCodeExporter closed 8 years ago
I'm leaning in favor of 2 notifications: one for "mounted" and another for
"inited". Will that work for you?
Original comment by si...@gmail.com
on 24 Jan 2007 at 9:43
Yeah, it would.
For detecting active FUSE mounts, a better and simpler option is to snoop
through the results of getmntinfo(); I'll
post about that on the mailing list.
I still think distinguishing between "inited" and "mounted" would be good if
anyone else wants to listen for
notifications. It's also possible that an "unmount" notification would be
handy, but it's not critical.
Original comment by shadowof...@gmail.com
on 24 Jan 2007 at 10:34
I'm adding 3 notifications for now (will be in 0.1.9 -- we'll probably skip
0.1.8 and go straight to 9):
* mounted - sent after a successful mount system call
* inited - sent after a successful init within the specified timeout period
* inittimedout - sent if couldn't init within the specified timeout period
The timeout period is by default 6 seconds, but can be specified through the
new init_timeout option.
Original comment by si...@gmail.com
on 25 Jan 2007 at 1:38
Added notifications.
Original comment by si...@gmail.com
on 25 Jan 2007 at 5:24
Original comment by si...@gmail.com
on 25 Jan 2007 at 6:40
Original issue reported on code.google.com by
shadowof...@gmail.com
on 24 Jan 2007 at 8:45Attachments: