Navigation



Ignore:
Timestamp:
May 5, 2013, 4:25:27 AM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Second part of changeset 1083, now the code compiles again. Still missing some functions implementation, though

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/dbg_interactive/endpoints.i

    r978 r1088  
    126126       
    127127        void dump() {
    128                 fd_ep_dump_one( "", $self );
     128                char * buf = NULL;
     129                size_t len;
     130                printf("%s", fd_ep_dump_one(&buf, &len, NULL, $self));
     131                free(buf);
    129132        }
    130133}
Note: See TracChangeset for help on using the changeset viewer.