OSDN Git Service

sctp: remove the typedef sctp_event_t
authorXin Long <lucien.xin@gmail.com>
Sat, 5 Aug 2017 12:00:03 +0000 (20:00 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Aug 2017 04:33:42 +0000 (21:33 -0700)
commit61f0eb072294a148f707335d4d7f858b2af73770
tree60607bb7a36c73e809634de8e29a67da7023bf63
parent19cd1592a24754e16d48398812d5f69b63f674dd
sctp: remove the typedef sctp_event_t

This patch is to remove the typedef sctp_event_t, and
replace with enum sctp_event in the places where it's
using this typedef.

Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/constants.h
include/net/sctp/sm.h
net/sctp/primitive.c
net/sctp/sm_sideeffect.c
net/sctp/sm_statetable.c