- Implemented but not tested unknown_payload_t

This commit is contained in:
Jan Hutter
2005-12-05 19:17:45 +00:00
parent c81eb6e77c
commit 34852cae00
8 changed files with 395 additions and 9 deletions
@@ -174,6 +174,14 @@ enum payload_type_t{
* used internally to handle a transform attribute like a payload.
*/
CONFIGURATION_ATTRIBUTE = 145,
/**
* A unknown payload has a value of PRIVATE USE space.
*
* This payload type is not send over wire and just
* used internally to handle a unknown payload.
*/
UNKNOWN_PAYLOAD = 146,
};