#ifndef _NETNS_NFTABLES_H_ #define _NETNS_NFTABLES_H_ #include struct nft_af_info; struct netns_nftables { struct list_head af_info; struct list_head commit_list; struct nft_af_info *ipv4; struct nft_af_info *ipv6; struct nft_af_info *inet; struct nft_af_info *arp; struct nft_af_info *bridge; struct nft_af_info *netdev; unsigned int base_seq; u8 gencursor; }; #endif z.ch/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2016-12-22 23:57:55 -0500
committerLen Brown <len.brown@intel.com>2016-12-24 15:16:10 -0500
commit388e9c8134be6bbc3751ba7072f5fa9bc8ecbe01 (patch)
treee43e0ee0818f20e82785fdcc659f2c4d776b02fc
parent7268d407ad4c49fbd521fb2e2f675a447bfef472 (diff)
tools/power turbostat: Make extensible via the --add parameter
Create the "--add" parameter. This can be used to teach an existing turbostat binary about any number of any type of counter. turbostat(8) details the syntax for --add. Signed-off-by: Len Brown <len.brown@intel.com>