freewtp/src/common/capwap_element_idletimeout.h

13 lines
325 B
C
Raw Normal View History

2013-05-01 14:52:55 +02:00
#ifndef __CAPWAP_ELEMENT_IDLETIMEOUT_HEADER__
#define __CAPWAP_ELEMENT_IDLETIMEOUT_HEADER__
#define CAPWAP_ELEMENT_IDLETIMEOUT 23
struct capwap_idletimeout_element {
uint32_t timeout;
2013-05-01 14:52:55 +02:00
};
2016-03-07 18:07:46 +01:00
extern const struct capwap_message_elements_ops capwap_element_idletimeout_ops;
2013-05-01 14:52:55 +02:00
#endif /* __CAPWAP_ELEMENT_IDLETIMEOUT_HEADER__ */