• Nils Goroll's avatar
    rename `OBJ_ITER_FINAL` to `OBJ_ITER_END` for clarity · ed13c9f2
    Nils Goroll authored
    We use the `final` argument in object iteration to denote
    `OC_F_PRIVATE | OC_F_HFM | OC_F_HFP`.
    
    As we now have `VDP_END` to mark the final bit of data, so should the
    iterator flag be named `_END`. This also parallels `VDP_FLUSH` vs.
    `OBJ_ITER_FLUSH`.
    
    Supported by martin
    
    Ref #3298
    ed13c9f2
Name
Last commit
Last update
..
mgt_stevedore.c Loading commit data...
mgt_storage_persistent.c Loading commit data...
stevedore.c Loading commit data...
stevedore_utils.c Loading commit data...
storage.h Loading commit data...
storage_file.c Loading commit data...
storage_lru.c Loading commit data...
storage_malloc.c Loading commit data...
storage_persistent.c Loading commit data...
storage_persistent.h Loading commit data...
storage_persistent_silo.c Loading commit data...
storage_persistent_subr.c Loading commit data...
storage_simple.c Loading commit data...
storage_simple.h Loading commit data...
storage_umem.c Loading commit data...