Changeset 6454db5e in mainline for kernel/generic/include/adt/odict.h


Ignore:
Timestamp:
2018-11-07T17:44:51Z (5 years ago)
Author:
GitHub <noreply@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b294126
Parents:
4a8d0dd1 (diff), 6785b88b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
jxsvoboda <5887334+jxsvoboda@…> (2018-11-07 17:44:51)
git-committer:
GitHub <noreply@…> (2018-11-07 17:44:51)
Message:

Merge pull request #51 from jxsvoboda/master

Replace as_area_btree with ordered dictionary.

File:
1 edited

Legend:

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

    r4a8d0dd1 r6454db5e  
    4545
    4646extern void odict_initialize(odict_t *, odgetkey_t, odcmp_t);
     47extern void odict_finalize(odict_t *);
    4748extern void odlink_initialize(odlink_t *);
    4849extern void odict_insert(odlink_t *, odict_t *, odlink_t *);
Note: See TracChangeset for help on using the changeset viewer.