1/* DO NOT EDIT THIS FILE - it is machine generated */
2#include <jni.h>
3/* Header for class sun_nio_ch_sctp_AssociationChange */
4
5#ifndef _Included_sun_nio_ch_sctp_AssociationChange
6#define _Included_sun_nio_ch_sctp_AssociationChange
7#ifdef __cplusplus
8extern "C" {
9#endif
10#undef sun_nio_ch_sctp_AssociationChange_SCTP_COMM_UP
11#define sun_nio_ch_sctp_AssociationChange_SCTP_COMM_UP 1L
12#undef sun_nio_ch_sctp_AssociationChange_SCTP_COMM_LOST
13#define sun_nio_ch_sctp_AssociationChange_SCTP_COMM_LOST 2L
14#undef sun_nio_ch_sctp_AssociationChange_SCTP_RESTART
15#define sun_nio_ch_sctp_AssociationChange_SCTP_RESTART 3L
16#undef sun_nio_ch_sctp_AssociationChange_SCTP_SHUTDOWN
17#define sun_nio_ch_sctp_AssociationChange_SCTP_SHUTDOWN 4L
18#undef sun_nio_ch_sctp_AssociationChange_SCTP_CANT_START
19#define sun_nio_ch_sctp_AssociationChange_SCTP_CANT_START 5L
20#ifdef __cplusplus
21}
22#endif
23#endif
24