Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 27, 2006, 7:24:41 PM (18 years ago)
Author:
patrick
Message:

extending the message structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/message_manager.h

    r9514 r9519  
    6161struct NetworkMessage
    6262{
    63   MessageType        messageType;
    64   byte *           data;
    65   int              length;
    66   int              number;
    67   MessagePriority  priority;
     63  MessageType      messageType;                         //!< type of the message
     64  byte *           data;                                //!< data
     65  int              length;                              //!< length of the data
     66  int              number;                              //!< serial number
     67  int              senderId;                            //!< userId of the sender
     68  int              destinationId;                       //!< userId of the destination
     69  MessagePriority  priority;                            //!< priority of the messages
    6870};
    6971
Note: See TracChangeset for help on using the changeset viewer.