]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/sctp/objcnt.c
[CONNECTOR]: clean up {,__}cn_rx_skb()
[linux-2.6-omap-h63xx.git] / net / sctp / objcnt.c
index fcfb9d806de1137d3b5fb7e1e3beab4e79a94933..2cf6ad6ff8ce01a51645681792e453e13c063b2f 100644 (file)
@@ -58,6 +58,7 @@ SCTP_DBG_OBJCNT(chunk);
 SCTP_DBG_OBJCNT(addr);
 SCTP_DBG_OBJCNT(ssnmap);
 SCTP_DBG_OBJCNT(datamsg);
+SCTP_DBG_OBJCNT(keys);
 
 /* An array to make it easy to pretty print the debug information
  * to the proc fs.
@@ -73,6 +74,7 @@ static sctp_dbg_objcnt_entry_t sctp_dbg_objcnt[] = {
        SCTP_DBG_OBJCNT_ENTRY(addr),
        SCTP_DBG_OBJCNT_ENTRY(ssnmap),
        SCTP_DBG_OBJCNT_ENTRY(datamsg),
+       SCTP_DBG_OBJCNT_ENTRY(keys),
 };
 
 /* Callback from procfs to read out objcount information.