diff options
Diffstat (limited to 'eigrpd/eigrp_structs.h')
| -rw-r--r-- | eigrpd/eigrp_structs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eigrpd/eigrp_structs.h b/eigrpd/eigrp_structs.h index 6e90c8cbae..b891475c2c 100644 --- a/eigrpd/eigrp_structs.h +++ b/eigrpd/eigrp_structs.h @@ -106,8 +106,8 @@ struct eigrp struct list *topology_table; - u_int64_t serno; /* Global serial number counter for topology entry changes*/ - u_int64_t serno_last_update; /* Highest serial number of information send by last update*/ + uint64_t serno; /* Global serial number counter for topology entry changes*/ + uint64_t serno_last_update; /* Highest serial number of information send by last update*/ struct list *topology_changes_internalIPV4; struct list *topology_changes_externalIPV4; @@ -492,7 +492,7 @@ struct eigrp_prefix_entry //If network type is REMOTE_EXTERNAL, pointer will have reference to its external TLV struct TLV_IPv4_External_type *extTLV; - u_int64_t serno; /*Serial number for this entry. Increased with each change of entry*/ + uint64_t serno; /*Serial number for this entry. Increased with each change of entry*/ }; /* EIGRP Topology table record structure */ |
