Navigation


Changeset 782:8e3a4c8fb975 in freeDiameter


Ignore:
Timestamp:
Feb 28, 2012, 4:14:30 PM (12 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Started fixing dbg_interactive sample -- hangs in fd_sess_fromsid

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/dbg_interactive.py.sample

    r706 r782  
    5353# Note: the python version does not support printf-like argument list. The formating should be done in python.
    5454#       See SWIG documentation about varargs functions for more information.
    55 fd_log_debug("3 + 4 = %d\n" % (7))
     55fd_log_debug_fstr(None, "3 + 4 = %d\n" % (7))
    5656
    5757
  • extensions/dbg_interactive/dbg_interactive.i

    r740 r782  
    110110
    111111%apply (char *STRING, size_t LENGTH) { ( char * string, size_t len ) };
     112%apply (char *STRING, size_t LENGTH) { ( uint8_t * string, size_t len ) };
    112113
    113114/* Generic typemap for functions that create something */
     
    155156
    156157
     158
    157159/*********************************************************
    158160 Now, create wrappers for (almost) all objects from fD API
Note: See TracChangeset for help on using the changeset viewer.