Added a message_t option to disable automatic payload sorting

This commit is contained in:
Martin Willi
2011-01-05 16:45:41 +01:00
parent 6260e6fe12
commit 363ec8986c
2 changed files with 21 additions and 1 deletions
+5
View File
@@ -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.
*