Browse Source

[2930] Include forgotten note about not blocking

Michal 'vorner' Vaner 12 years ago
parent
commit
1248e88ace
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/lib/python/isc/config/ccsession.py

+ 2 - 0
src/lib/python/isc/config/ccsession.py

@@ -546,6 +546,8 @@ class ModuleCCSession(ConfigData):
         Send a notification message to all users subscribed to the given
         notification group.
 
+        This method does not block.
+
         See docs/design/ipc-high.txt for details about notifications
         and the format of messages sent.