summaryrefslogtreecommitdiff
path: root/libstore/store.h
AgeCommit message (Collapse)Author
1996-05-21(struct store): Remove CLASS field. METHS field renamed CLASS.Miles Bader
(STORE_IMMUTABLE_FLAGS, STORE_GENERIC_FLAGS, STORE_BACKEND_SPEC_BASE, STORE_BACKEND_FLAGS, STORE_READONLY, STORE_HARD_READONLY, STORE_ENFORCED): New macros. (struct store_class): Renamed from store_meths; all uses changed. Add ID, NAME, DECODE, SET_FLAGS, CLEAR_FLAGS, and NEXT fields. (store_std_leaf_decode): Renamed from store_default_leaf_decode. (store_std_leaf_create_t): New type. (_STORE_STD_CLASS): New macro. (struct store_argp_params): READONLY field deleted, FLAGS field added. (store_allocate_child_encodings, store_encode_children, store_decode_children, store_set_flags, store_clear_flags, store_file_open, store_device_open, store_null_create, store_std_classes, _store_add_std_class, store_allocate_child_encodings, store_encode_children, store_decode_children): New declarations (store_decode, store_create, store_device_create, _store_device_create, store_file_create, _store_file_create, store_ileave_create, store_concat_create, _make_store): Declarations updated.
1996-05-15(store_argp): New declaration.Miles Bader
(struct store_argp_params): New type.
1996-05-10(struct store_run): New type.Miles Bader
(struct store): RUNS is a vector of runs, not offsets. (_store_device_create, _store_file_create, _make_store, store_set_runs, store_default_leaf_decode): Update declaration. (store_set_children): New declaration.
1996-05-10(struct store):Miles Bader
Add CHILDREN & NUM_CHILDREN fields. Rename RUNS_LEN to NUM_RUNS (all uses changed).
1996-05-06Move big comment describing file_get_storage_info encoding toMiles Bader
<hurd/hurd_types.h>.
1996-04-02entered into RCSMiles Bader
1996-03-22Formerly store.h.~10~Miles Bader
1996-03-20Formerly store.h.~9~Miles Bader
1996-03-17Formerly store.h.~8~Roland McGrath
1996-03-16Formerly store.h.~7~Miles Bader
1996-01-17Formerly store.h.~6~Miles Bader
1996-01-16Formerly store.h.~5~Miles Bader
1995-11-13Formerly store.h.~4~Miles Bader
1995-10-15Formerly store.h.~3~Miles Bader
1995-10-14Formerly store.h.~2~Miles Bader
1995-10-14Initial revisionMiles Bader