Improved handling of message elements parsed. Reduces the memory occupied but
it introduces a small overhead in retrieving of message elements parsed.
This commit is contained in:
		| @ -7,7 +7,7 @@ | ||||
|  | ||||
| struct capwap_imageidentifier_element { | ||||
| 	uint32_t vendor; | ||||
| 	uint8_t name[CAPWAP_IMAGEIDENTIFIER_MAXLENGTH + 1]; | ||||
| 	uint8_t* name; | ||||
| }; | ||||
|  | ||||
| extern struct capwap_message_elements_ops capwap_element_imageidentifier_ops; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user