Module inotify
Raw wrap of inotify.
This module wrap:
-
3 system calls: inotify_init, inotify_add_watch,
inotify_rm_watch.
-
3 variables (accessible via proc fs): max_queued_events,
max_user_instances, max_user_watches.
How-to manipulate the variables:
-
Get the int value: tmp_int = max_queued_events.value
-
Update the value: max_queued_events.value = 42
Author: Sebastien Martini
Contact: sebastien.martini@gmail.com
License: GPL 2
max_queued_events
access it through its 'value' member.
-
- Type:
-
MaxQueuedEvents
- Value:
|
max_user_instances
access it through its 'value' member.
-
- Type:
-
MaxUserInstances
- Value:
|
max_user_watches
access it through its 'value' member.
-
- Type:
-
MaxUserWatches
- Value:
|