summaryrefslogtreecommitdiff
path: root/Bus
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:01:05 +0000
committerfcolin2007-02-01 13:01:05 +0000
commit40ba90eaa09b17d67fc0ef5c6cc4185e1944230c (patch)
tree4ff67111900f907bdb4cae8259bcb752e9a24224 /Bus
parentce6f97feda70123130919ac07eb24c2a149f6e93 (diff)
downloadivy-cplusplus-40ba90eaa09b17d67fc0ef5c6cc4185e1944230c.zip
ivy-cplusplus-40ba90eaa09b17d67fc0ef5c6cc4185e1944230c.tar.gz
ivy-cplusplus-40ba90eaa09b17d67fc0ef5c6cc4185e1944230c.tar.bz2
ivy-cplusplus-40ba90eaa09b17d67fc0ef5c6cc4185e1944230c.tar.xz
Utilisateur : Fcolin Date : 1/08/06 Heure : 9:48 Archivé dans $/Bus/Ivy Commentaire: (vss 15)
Diffstat (limited to 'Bus')
-rw-r--r--Bus/Ivy/IvyApplication.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Bus/Ivy/IvyApplication.h b/Bus/Ivy/IvyApplication.h
index 64aa49f..7191400 100644
--- a/Bus/Ivy/IvyApplication.h
+++ b/Bus/Ivy/IvyApplication.h
@@ -26,7 +26,9 @@ public:
EndRegexp, /* end of the regexp list */
StartRegexp, /* debut des expressions */
DirectMsg, /* message direct a destination de l'appli */
- Die /* demande de terminaison de l'appli */
+ Die, /* demande de terminaison de l'appli */
+ Ping, /* message de controle ivy */
+ Pong /* ivy doit renvoyer ce message à la reception d'un ping */
}MsgType;