"long" -> "gint32" ("gint32" is 32 bits, "long" isn't necessarily 32

bits and is definitely not 32 bits on some platforms).

svn path=/trunk/; revision=592
This commit is contained in:
Guy Harris 1999-08-27 20:10:14 +00:00
parent b53d4ba179
commit 72eb495fab
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
*
* (C) Ashok Narayanan <ashokn@cisco.com>
*
* $Id: packet-rsvp.h,v 1.5 1999/08/27 19:21:36 gram Exp $
* $Id: packet-rsvp.h,v 1.6 1999/08/27 20:10:14 guy Exp $
*
* For license details, see the COPYING file with this distribution
*
@ -209,7 +209,7 @@ typedef struct {
*/
typedef struct {
rsvp_object base;
long refresh_ms;
gint32 refresh_ms;
} rsvp_time_values;
/*