summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Rakus <rrakus@redhat.com>2013-05-27 14:37:45 +0200
committerRoman Rakus <rrakus@redhat.com>2013-05-27 14:48:18 +0200
commit2a312234012a5b8eab31d2cf029a5a8a809fc28e (patch)
tree88c1d71a28aa3606d4a1b0a54a6795105e5769c8
parentd6149b81861a54aa6502778f1027e5868885b333 (diff)
downloadopenlmi-providers-2a312234012a5b8eab31d2cf029a5a8a809fc28e.tar.gz
openlmi-providers-2a312234012a5b8eab31d2cf029a5a8a809fc28e.tar.xz
openlmi-providers-2a312234012a5b8eab31d2cf029a5a8a809fc28e.zip
IMEventWatcher SHOULD be blocking
Signed-off-by: Roman Rakus <rrakus@redhat.com>
-rw-r--r--src/indmanager/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indmanager/README b/src/indmanager/README
index d1efb8c..00de221 100644
--- a/src/indmanager/README
+++ b/src/indmanager/README
@@ -80,7 +80,7 @@ false otherwise. Filter is passed from im_verify_filter function
* IMEventWatcher
typedef bool (*IMEventWatcher) (void *data);
-User should define this callback, which could be blocking. The purpose of this
+User should define this callback, which should be blocking. The purpose of this
called is to inform manager that event occured. When the callback returns with
true value the manager is informed that event has occured and will send
indication right after. When the callback returns with false value the manager