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; +}