aboutsummaryrefslogtreecommitdiffstats
path: root/gtp/queue.h
diff options
context:
space:
mode:
authorjjako <jjako>2004-01-09 11:56:48 +0000
committerjjako <jjako>2004-01-09 11:56:48 +0000
commitb7b93fc78f61b9081139f84429e362a8ca5ac675 (patch)
treea877e27fc1a0bac4651d608705ee5be16a72ce88 /gtp/queue.h
parent1a69a50976ed58418538e513aad4ca9ab5cf369c (diff)
Rename u_int to uint
Diffstat (limited to 'gtp/queue.h')
-rw-r--r--gtp/queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtp/queue.h b/gtp/queue.h
index 5169598..1e95676 100644
--- a/gtp/queue.h
+++ b/gtp/queue.h
@@ -30,7 +30,7 @@
struct qmsg_t { /* Holder for queued packets */
int state; /* 0=empty, 1=full */
uint16_t seq; /* The sequence number */
- u_int8_t type; /* The type of packet */
+ uint8_t type; /* The type of packet */
void *cbp; /* Application specific pointer */
union gtp_packet p; /* The packet stored */
int l; /* Length of the packet */