Navigation


Changeset 894:43fb27a9037f in freeDiameter for libfdproto


Ignore:
Timestamp:
Nov 30, 2012, 6:51:49 AM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Intrumented socket reception to store the timestamp along the received buffer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdproto/messages.c

    r893 r894  
    128128        DiamId_t                 msg_src_id;            /* Diameter Id of the peer this message was received from. This string is malloc'd and must be freed */
    129129        size_t                   msg_src_id_len;        /* cached length of this string */
     130        struct timespec          msg_ts;                /* Timestamp associated with the message */
     131       
    130132};
    131133
Note: See TracChangeset for help on using the changeset viewer.