Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135033
b: refs/heads/master
c: 906f825
h: refs/heads/master
i:
  135031: b4e6022
v: v3
  • Loading branch information
Wei Yongjun authored and David S. Miller committed Mar 3, 2009
1 parent 66aad31 commit bea38bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bcc2cb3b97e37317c301309d7052bb61e6cce2c4
refs/heads/master: 906f8257eedf64c9f4da0adfacca76d06d8e8cb0
4 changes: 4 additions & 0 deletions trunk/net/sctp/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ const char *sctp_cname(const sctp_subtype_t cid)
case SCTP_CID_FWD_TSN:
return "FWD_TSN";

case SCTP_CID_AUTH:
return "AUTH";

default:
break;
}
Expand Down Expand Up @@ -135,6 +138,7 @@ static const char *sctp_primitive_tbl[SCTP_NUM_PRIMITIVE_TYPES] = {
"PRIMITIVE_ABORT",
"PRIMITIVE_SEND",
"PRIMITIVE_REQUESTHEARTBEAT",
"PRIMITIVE_ASCONF",
};

/* Lookup primitive debug name. */
Expand Down

0 comments on commit bea38bd

Please sign in to comment.