idiag: add missing enum types for idiagnl_exts2str()

Acked-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
Thomas Haller 2014-11-25 11:35:02 +01:00
parent 77771ba26f
commit 91e61c8f05

View file

@ -164,6 +164,8 @@ static const struct trans_tbl idiag_exts[] = {
__ADD(INET_DIAG_CONG, congestion),
__ADD(INET_DIAG_TOS, tos),
__ADD(INET_DIAG_TCLASS, tclass),
__ADD(INET_DIAG_SKMEMINFO, skmeminfo),
__ADD(INET_DIAG_SHUTDOWN, shutdown),
};
/**