From 0fe9236bc1afbd3068c0503e31eb4c0f972f1d0d Mon Sep 17 00:00:00 2001 From: Rudolf Hornig Date: Thu, 17 Nov 2011 19:17:56 +0100 Subject: [PATCH] fix: old style message file converted for OMNeT++ 4.2 compatibility --- obsolete/rsvp_te/RSVPPacket.msg | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/obsolete/rsvp_te/RSVPPacket.msg b/obsolete/rsvp_te/RSVPPacket.msg index 3680fb8db9c..fa48d2302e5 100644 --- a/obsolete/rsvp_te/RSVPPacket.msg +++ b/obsolete/rsvp_te/RSVPPacket.msg @@ -25,26 +25,35 @@ cplusplus {{ #define SF_STYLE 2 }} + struct SessionObj_t; + struct RsvpHopObj_t; + struct SenderTemplateObj_t; + struct SenderTspecObj_t; + struct FlowSpecObj_t; + struct FilterSpecObj_t; + struct LabelRequestObj_t; + struct SenderDescriptor_t; + struct FlowDescriptor_t; + struct EroObj_t; + // // \RSVP message common part // message RSVPPacket { - properties: - customize=true; - fields: - SessionObj_t session; - bool checksumValid = true; -}; + @customize(true); + SessionObj_t session; + bool checksumValid = true; +}