Ignore:
Timestamp:
Jan 2, 2008 8:24:10 AM (16 years ago)
Author:
bennylp
Message:

Ticket #437: reduce stack and pool usage on pjnath to make it work better on Symbian

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjnath/stun_msg_dump.c

    r1450 r1654  
    2020#include <pjnath/errno.h> 
    2121#include <pj/assert.h> 
     22#include <pj/os.h> 
    2223#include <pj/string.h> 
    23  
    2424 
    2525#if PJ_LOG_MAX_LEVEL > 0 
     
    237237    PJ_ASSERT_RETURN(msg && buffer && length, NULL); 
    238238 
     239    PJ_CHECK_STACK(); 
     240     
    239241    p = buffer; 
    240242    end = buffer + length; 
Note: See TracChangeset for help on using the changeset viewer.