aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/objcnt.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sctp/objcnt.c')
-rw-r--r--net/sctp/objcnt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/sctp/objcnt.c b/net/sctp/objcnt.c
index fcfb9d806de1..2cf6ad6ff8ce 100644
--- a/net/sctp/objcnt.c
+++ b/net/sctp/objcnt.c
@@ -58,6 +58,7 @@ SCTP_DBG_OBJCNT(chunk);
58SCTP_DBG_OBJCNT(addr); 58SCTP_DBG_OBJCNT(addr);
59SCTP_DBG_OBJCNT(ssnmap); 59SCTP_DBG_OBJCNT(ssnmap);
60SCTP_DBG_OBJCNT(datamsg); 60SCTP_DBG_OBJCNT(datamsg);
61SCTP_DBG_OBJCNT(keys);
61 62
62/* An array to make it easy to pretty print the debug information 63/* An array to make it easy to pretty print the debug information
63 * to the proc fs. 64 * to the proc fs.
@@ -73,6 +74,7 @@ static sctp_dbg_objcnt_entry_t sctp_dbg_objcnt[] = {
73 SCTP_DBG_OBJCNT_ENTRY(addr), 74 SCTP_DBG_OBJCNT_ENTRY(addr),
74 SCTP_DBG_OBJCNT_ENTRY(ssnmap), 75 SCTP_DBG_OBJCNT_ENTRY(ssnmap),
75 SCTP_DBG_OBJCNT_ENTRY(datamsg), 76 SCTP_DBG_OBJCNT_ENTRY(datamsg),
77 SCTP_DBG_OBJCNT_ENTRY(keys),
76}; 78};
77 79
78/* Callback from procfs to read out objcount information. 80/* Callback from procfs to read out objcount information.