Module inotify
[show private | hide private]
[frames | no frames]

Module inotify

Raw wrap of inotify.

This module wrap:
  1. 3 system calls: inotify_init, inotify_add_watch, inotify_rm_watch.
  2. 3 variables (accessible via proc fs): max_queued_events, max_user_instances, max_user_watches.
How-to manipulate the variables:
  1. Get the int value: tmp_int = max_queued_events.value
  2. Update the value: max_queued_events.value = 42

Author: Sebastien Martini

Contact: sebastien.martini@gmail.com

License: GPL 2

Variable Summary
MaxQueuedEvents max_queued_events: access it through its 'value' member.
MaxUserInstances max_user_instances: access it through its 'value' member.
MaxUserWatches max_user_watches: access it through its 'value' member.

Variable Details

max_queued_events

access it through its 'value' member.
Type:
MaxQueuedEvents
Value:
16384                                                                  

max_user_instances

access it through its 'value' member.
Type:
MaxUserInstances
Value:
128                                                                    

max_user_watches

access it through its 'value' member.
Type:
MaxUserWatches
Value:
8192                                                                   

Generated by Epydoc 2.1 on Wed Mar 29 03:46:07 2006 http://epydoc.sf.net