Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/adt/cht.h

    ra35b458 r1b20da0  
    9595        /** Item specific operations. */
    9696        cht_ops_t *op;
    97 
     97       
    9898        /** Buckets currently in use. */
    9999        cht_buckets_t *b;
     
    120120         */
    121121        atomic_t resize_reqs;
    122 
     122       
    123123        /** Number of items in the table that have not been logically deleted. */
    124124        atomic_t item_cnt;
Note: See TracChangeset for help on using the changeset viewer.