diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-11-10 08:44:17 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-11-10 08:44:17 +0000 |
commit | 1061c878a9e342424e8204aba71eb3b532850fd7 (patch) | |
tree | 5a94e281717e7d5b2b2d6815b1f43176ac0ae237 /Source/charon/encodings.c | |
parent | ed7634e696b8b96efb14c959865b9e964b843cdb (diff) | |
download | strongswan-1061c878a9e342424e8204aba71eb3b532850fd7.tar.bz2 strongswan-1061c878a9e342424e8204aba71eb3b532850fd7.tar.xz |
- linked_list, event_queue, send_queue and job_queue returns now
count directly
Diffstat (limited to 'Source/charon/encodings.c')
-rw-r--r-- | Source/charon/encodings.c | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/Source/charon/encodings.c b/Source/charon/encodings.c index c85ba927d..26170bddd 100644 --- a/Source/charon/encodings.c +++ b/Source/charon/encodings.c @@ -1,13 +1,13 @@ /** * @file encodings.c * - * @brief Type definitions for parser and generator - * Also, Payload types are defined here. + * @brief Type definitions for parser and generator, + * also payload types are defined here. * * Header is parsed like a payload and gets its one payload_id - * from PRIVATE USE space. Also the substructures get their own - * payload_id from PRIVATE_USE space - * + * from PRIVATE USE space. Also the substructures + * of specific payload types get their own payload_id + * from PRIVATE_USE space. See RFC for mor informations. * */ @@ -32,9 +32,10 @@ extern payload_info_t ike_header_info; /** - * Contains all payload informations supported by parser and generator + * List containing all payload informations + * supported by parser and generator. * - * @warning This list must be NULL terminated + * @warning This list must be NULL terminated. */ payload_info_t *payload_infos[] = { &ike_header_info, |