summaryrefslogtreecommitdiffstats
path: root/sys/netinet/libalias
diff options
context:
space:
mode:
authorae <ae@FreeBSD.org>2011-06-07 06:57:22 +0000
committerae <ae@FreeBSD.org>2011-06-07 06:57:22 +0000
commit6ed4191fed49dda0af9b5b47c3fdd5814082ab72 (patch)
treee600eec7426dc2183d5e9f3486d71f19b6a987eb /sys/netinet/libalias
parent05949f8eec0a83977ca38d3d2bf7bd600abbda72 (diff)
downloadFreeBSD-src-6ed4191fed49dda0af9b5b47c3fdd5814082ab72.zip
FreeBSD-src-6ed4191fed49dda0af9b5b47c3fdd5814082ab72.tar.gz
Fix indentation.
Diffstat (limited to 'sys/netinet/libalias')
-rw-r--r--sys/netinet/libalias/alias_sctp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/netinet/libalias/alias_sctp.h b/sys/netinet/libalias/alias_sctp.h
index 80ed965..99d54ce 100644
--- a/sys/netinet/libalias/alias_sctp.h
+++ b/sys/netinet/libalias/alias_sctp.h
@@ -135,13 +135,13 @@ struct sctp_nat_assoc {
struct in_addr a_addr; /**< alias ip address */
int state; /**< current state of NAT association */
int TableRegister; /**< stores which look up tables association is registered in */
- int exp; /**< timer expiration in seconds from uptime */
+ int exp; /**< timer expiration in seconds from uptime */
int exp_loc; /**< current location in timer_Q */
int num_Gaddr; /**< number of global IP addresses in the list */
LIST_HEAD(sctpGlobalAddresshead,sctp_GlobalAddress) Gaddr; /**< List of global addresses */
- LIST_ENTRY (sctp_nat_assoc) list_L; /**< Linked list of pointers for Local table*/
- LIST_ENTRY (sctp_nat_assoc) list_G; /**< Linked list of pointers for Global table */
- LIST_ENTRY (sctp_nat_assoc) timer_Q; /**< Linked list of pointers for timer Q */
+ LIST_ENTRY (sctp_nat_assoc) list_L; /**< Linked list of pointers for Local table*/
+ LIST_ENTRY (sctp_nat_assoc) list_G; /**< Linked list of pointers for Global table */
+ LIST_ENTRY (sctp_nat_assoc) timer_Q; /**< Linked list of pointers for timer Q */
//Using libalias locking
};
OpenPOWER on IntegriCloud