summaryrefslogtreecommitdiffstats
path: root/sys/net/vnet.h
diff options
context:
space:
mode:
authorzec <zec@FreeBSD.org>2009-05-02 08:16:26 +0000
committerzec <zec@FreeBSD.org>2009-05-02 08:16:26 +0000
commit7a56f17240670c61e3f76d5e480ee386ec18ede6 (patch)
treea988316f85168867403a4e059bc3b8905299b662 /sys/net/vnet.h
parent01e492e006a9adc765283b6c189b5c0373be1958 (diff)
downloadFreeBSD-src-7a56f17240670c61e3f76d5e480ee386ec18ede6.zip
FreeBSD-src-7a56f17240670c61e3f76d5e480ee386ec18ede6.tar.gz
Make indentation more uniform accross vnet container structs.
This is a purely cosmetic / NOP change. Reviewed by: bz Approved by: julian (mentor) Verified by: svn diff -x -w producing no output
Diffstat (limited to 'sys/net/vnet.h')
-rw-r--r--sys/net/vnet.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/sys/net/vnet.h b/sys/net/vnet.h
index 0b3ef8e..662586a 100644
--- a/sys/net/vnet.h
+++ b/sys/net/vnet.h
@@ -36,25 +36,25 @@
#include <net/if_var.h>
struct vnet_net {
- int _if_index;
- struct ifindex_entry *_ifindex_table;
- struct ifnethead _ifnet;
- struct ifgrouphead _ifg_head;
+ int _if_index;
+ struct ifindex_entry * _ifindex_table;
+ struct ifnethead _ifnet;
+ struct ifgrouphead _ifg_head;
- int _if_indexlim;
- struct knlist _ifklist;
+ int _if_indexlim;
+ struct knlist _ifklist;
- struct rtstat _rtstat;
- struct radix_node_head *_rt_tables[RT_MAXFIBS][AF_MAX+1];
- int _rttrash;
- uma_zone_t _rtzone;
+ struct rtstat _rtstat;
+ struct radix_node_head *_rt_tables[RT_MAXFIBS][AF_MAX+1];
+ int _rttrash;
+ uma_zone_t _rtzone;
- struct ifnet *_loif;
- LIST_HEAD(, lo_softc) _lo_list;
+ struct ifnet * _loif;
+ LIST_HEAD(, lo_softc) _lo_list;
- LIST_HEAD(, rawcb) _rawcb_list;
+ LIST_HEAD(, rawcb) _rawcb_list;
- int _ether_ipfw;
+ int _ether_ipfw;
};
/* Size guard. See sys/vimage.h. */
OpenPOWER on IntegriCloud