Changeset 3673


Ignore:
Timestamp:
Jul 20, 2011 8:08:46 AM (13 years ago)
Author:
bennylp
Message:

Misc (re #1252): wrong doxygen documentation on the key argument of pj_hash_set, which said that it has to be valid throughout the duration of the entry. This is no longer true. Thanks Johan Lantz for pointing this out.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/1.x/pjlib/include/pj/hash.h

    r3553 r3673  
    126126 *                  created. 
    127127 * @param ht        the hash table. 
    128  * @param key       the key, which MUST point to buffer that remains valid 
    129  *                  for the duration of the entry. 
     128 * @param key       the key. If pool is not specified, the key MUST point to 
     129 *                  buffer that remains valid for the duration of the entry. 
    130130 * @param keylen    the length of the key, or PJ_HASH_KEY_STRING to use the  
    131131 *                  string length of the key. 
Note: See TracChangeset for help on using the changeset viewer.