summaryrefslogtreecommitdiff
path: root/misc/ss.c
diff options
context:
space:
mode:
authorDavid Ahern <dsahern@gmail.com>2019-11-20 02:31:01 +0000
committerDavid Ahern <dsahern@gmail.com>2019-11-20 02:31:01 +0000
commit536dcd2016eab4968fa689f166cf72c4ba0add91 (patch)
tree269d8687b8c35d6f9c6db61f237e4934d9c0168b /misc/ss.c
parentb0a688a542cdf503202c59e55c39c2067138a7bd (diff)
parenta7fa739d12777b3e10be1088848b9cc4099676ac (diff)
downloadiproute2-536dcd2016eab4968fa689f166cf72c4ba0add91.tar.gz
Merge branch 'master' into next
Conflicts: include/uapi/linux/devlink.h Signed-off-by: David Ahern <dsahern@gmail.com>
Diffstat (limited to 'misc/ss.c')
-rw-r--r--misc/ss.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/ss.c b/misc/ss.c
index f2a64941..c58e5c4d 100644
--- a/misc/ss.c
+++ b/misc/ss.c
@@ -134,6 +134,7 @@ enum col_id {
COL_RADDR,
COL_RSERV,
COL_EXT,
+ COL_PROC,
COL_MAX
};
@@ -161,6 +162,7 @@ static struct column columns[] = {
{ ALIGN_LEFT, "Port", "", 0, 0, 0 },
{ ALIGN_RIGHT, "Peer Address:", " ", 0, 0, 0 },
{ ALIGN_LEFT, "Port", "", 0, 0, 0 },
+ { ALIGN_LEFT, "Process", "", 0, 0, 0 },
{ ALIGN_LEFT, "", "", 0, 0, 0 },
};