fixes issue79 - call hooks more systematically on slave nodes and also in the case of SIGINT

reorganize internal session code to share more code with the "normal" non-distributed session
This commit is contained in:
holger krekel
2010-04-26 18:35:53 +02:00
parent 25cb514331
commit 9c74f59e55
5 changed files with 70 additions and 43 deletions

View File

@@ -1,6 +1,9 @@
1.2
-------------------------
- fix issue79: sessionfinish/teardown hooks more systematically
on the slave side
- introduce a new data input/output mechanism to allow the master side
to send and receive data from a slave.