Added a message_t option to disable automatic payload sorting
This commit is contained in:
@@ -180,6 +180,11 @@ struct message_t {
|
||||
void (*add_notify) (message_t *this, bool flush, notify_type_t type,
|
||||
chunk_t data);
|
||||
|
||||
/**
|
||||
* Disable automatic payload sorting for this message.
|
||||
*/
|
||||
void (*disable_sort)(message_t *this);
|
||||
|
||||
/**
|
||||
* Parses header of message.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user