Support removal of payloads from messages
This commit is contained in:
@@ -286,6 +286,13 @@ struct message_t {
|
||||
*/
|
||||
enumerator_t * (*create_payload_enumerator) (message_t *this);
|
||||
|
||||
/**
|
||||
* Remove the payload at the current enumerator position.
|
||||
*
|
||||
* @param enumerator enumerator created by create_payload_enumerator()
|
||||
*/
|
||||
void (*remove_payload_at)(message_t *this, enumerator_t *enumerator);
|
||||
|
||||
/**
|
||||
* Find a payload of a specific type.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user