Ignore:
Timestamp:
Sep 21, 2018, 10:26:00 PM (6 years ago)
Author:
nicolas.van.phan@…
Message:

Add cluster_info[][] array in cluster descriptor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kern/cluster.h

    r530 r557  
    107107    uint32_t        x_max;             // [FIXME]
    108108    uint32_t        y_max;             // [FIXME]
     109    uint32_t        cluster_info[CONFIG_MAX_CLUSTERS_X][CONFIG_MAX_CLUSTERS_Y];
    109110        cxy_t           io_cxy;            /*! io cluster identifier                          */
    110111    uint32_t        dqdt_root_level;   /*! index of root node in dqdt_tbl[]               */
Note: See TracChangeset for help on using the changeset viewer.