Skip to content

Commit

Permalink
fix: old style message file converted for OMNeT++ 4.2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornig committed Nov 17, 2011
1 parent 4d58a2c commit 0fe9236
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions obsolete/rsvp_te/RSVPPacket.msg
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 0fe9236

Please sign in to comment.