Ignore:
Timestamp:
Mar 5, 2013, 4:00:09 PM (11 years ago)
Author:
meunier
Message:

Ajout du malloc dans le Giet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/xml/mapping_info.h

    r228 r232  
    178178    unsigned int clusterid;      // physical cluster index
    179179    unsigned int proclocid;      // processor local index (inside cluster)
    180     unsigned int vobjlocid;      // stack vobj index in vspace
     180    unsigned int stack_vobjid;   // stack vobj index in vspace
     181    unsigned int heap_vobjid;    // heap vobj index in vspace
    181182    unsigned int startid;        // index in start_vector
    182183    unsigned int use_tty;        // TTY terminal required (global)
     
    229230    unsigned int direction;      // TO_COPROC == 0 / FROM_COPROC == 1
    230231    unsigned int vspaceid;       // index of the vspace containing the MWMR channel
    231     unsigned int vobjlocid;      // local index of the vobj containing the MWMR channel
     232    unsigned int mwmr_vobjid;      // local index of the vobj containing the MWMR channel
    232233} mapping_cp_port_t;
    233234
Note: See TracChangeset for help on using the changeset viewer.