X-Git-Url: http://akaros.cs.berkeley.edu/gitweb/?p=akaros.git;a=blobdiff_plain;f=kern%2Finclude%2Fip.h;h=523feb9bd268c18228b787b2d5cba0fb1628b0a7;hp=8631251143053d3cf8d004c9c4daa043769b880f;hb=fd20de73987b;hpb=de1ecf947b8aa5dacba2685268dac6b20f1aac48 diff --git a/kern/include/ip.h b/kern/include/ip.h index 8631251..523feb9 100644 --- a/kern/include/ip.h +++ b/kern/include/ip.h @@ -495,11 +495,11 @@ struct arpent { struct arpent *hash; struct block *hold; struct block *last; - unsigned int ctime; /* time entry was created or refreshed */ - unsigned int utime; /* time entry was last used */ + uint64_t ctime; /* time entry was created or refreshed */ + uint64_t utime; /* time entry was last used */ uint8_t state; struct arpent *nextrxt; /* re-transmit chain */ - unsigned int rtime; /* time for next retransmission */ + uint64_t rtime; /* time for next retransmission */ uint8_t rxtsrem; struct Ipifc *ifc; uint8_t ifcid; /* must match ifc->id */