Navigation


Changeset 710:e60376cb15e8 in freeDiameter for libfdproto/messages.c


Ignore:
Timestamp:
Feb 10, 2011, 4:00:53 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdproto/messages.c

    r706 r710  
    808808        } while (ref);
    809809}
     810void fd_msg_dump_fstr_one ( struct msg * msg, FILE * fstr ) /* just the header */
     811{
     812        msg_dump_intern ( NONE, msg, 2, fstr );
     813}
    810814
    811815/* Dump a message content -- for debug mostly */
Note: See TracChangeset for help on using the changeset viewer.