diff mbox

[iproute2,1/3] Update inet_diag.h header to pick up INET_DIAG_MARK

Message ID 1474425824-22646-1-git-send-email-ncardwell@google.com
State Superseded, archived
Delegated to: stephen hemminger
Headers show

Commit Message

Neal Cardwell Sept. 21, 2016, 2:43 a.m. UTC
To ease the upcoming addition of BBR-related data to inet_diag.h, add
the declaration of INET_DIAG_MARK. That way the BBR-related paches
only contain BBR-related pieces.

Signed-off-by: Neal Cardwell <ncardwell@google.com>
---
 include/linux/inet_diag.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/include/linux/inet_diag.h b/include/linux/inet_diag.h
index 07e486c..5dac049 100644
--- a/include/linux/inet_diag.h
+++ b/include/linux/inet_diag.h
@@ -116,6 +116,7 @@  enum {
 	INET_DIAG_LOCALS,
 	INET_DIAG_PEERS,
 	INET_DIAG_PAD,
+	INET_DIAG_MARK,
 	__INET_DIAG_MAX,
 };