wgengine/netlog: merge connstats into package (#17557)
Merge the connstats package into the netlog package and unexport all of its declarations. Remove the buildfeatures.HasConnStats and use HasNetLog instead. Updates tailscale/corp#33352 Signed-off-by: Joe Tsai <joetsai@digital-static.net>
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
// Copyright (c) Tailscale Inc & AUTHORS
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
// Code generated by gen.go; DO NOT EDIT.
|
||||
|
||||
//go:build ts_omit_connstats
|
||||
|
||||
package buildfeatures
|
||||
|
||||
// HasConnStats is whether the binary was built with support for modular feature "Track per-packet connection statistics".
|
||||
// Specifically, it's whether the binary was NOT built with the "ts_omit_connstats" build tag.
|
||||
// It's a const so it can be used for dead code elimination.
|
||||
const HasConnStats = false
|
||||
@@ -1,13 +0,0 @@
|
||||
// Copyright (c) Tailscale Inc & AUTHORS
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
// Code generated by gen.go; DO NOT EDIT.
|
||||
|
||||
//go:build !ts_omit_connstats
|
||||
|
||||
package buildfeatures
|
||||
|
||||
// HasConnStats is whether the binary was built with support for modular feature "Track per-packet connection statistics".
|
||||
// Specifically, it's whether the binary was NOT built with the "ts_omit_connstats" build tag.
|
||||
// It's a const so it can be used for dead code elimination.
|
||||
const HasConnStats = true
|
||||
Reference in New Issue
Block a user