Changeset 339 for trunk/src/emx/include/protocols/timed.h
- Timestamp:
- Jul 10, 2003, 6:12:33 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/protocols/timed.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r338 r339 33 33 * 34 34 * @(#)timed.h 8.1 (Berkeley) 6/2/93 35 * 36 * $FreeBSD: src/include/protocols/timed.h,v 1.7 2002/02/03 12:00:05 markm Exp $ 37 * 38 * @@level FreeBSD 5.1 39 * @@changed bird: TCPV40HDRS, #pragma pack(1) paranoia. 35 40 */ 36 41 … … 48 53 #pragma pack(1) /* OS2 paranoia */ 49 54 struct tsp { 50 u_ chartsp_type;51 u_ chartsp_vers;52 u_ short tsp_seq;55 u_int8_t tsp_type; 56 u_int8_t tsp_vers; 57 u_int16_t tsp_seq; 53 58 union { 54 struct timeval tspu_time; 59 struct { 60 int32_t tv_sec; 61 int32_t tv_usec; 62 } tspu_time; 55 63 char tspu_hopcnt; 56 64 } tsp_u; … … 94 102 95 103 #ifdef TSPTYPES 96 c har *tsptype[TSPTYPENUMBER] =104 const char *tsptype[TSPTYPENUMBER] = 97 105 { "ANY", "ADJTIME", "ACK", "MASTERREQ", "MASTERACK", "SETTIME", "MASTERUP", 98 106 "SLAVEUP", "ELECTION", "ACCEPT", "REFUSE", "CONFLICT", "RESOLVE", "QUIT", -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.