Document federation API and deprecate replay_domain

This commit is contained in:
Carl Niklas Rydberg 2026-01-18 12:10:12 +01:00
parent 282d1eb959
commit 0f38165804
2 changed files with 2 additions and 0 deletions

View file

@ -78,6 +78,7 @@ status and refs are printed to stderr.
- Implementation clarifications: `docs/spec-clarifications.md` - Implementation clarifications: `docs/spec-clarifications.md`
- Spec coverage matrix: `AUDITS.md` (Spec Coverage section) - Spec coverage matrix: `AUDITS.md` (Spec Coverage section)
- Index/log API sketch: `docs/index-log-api-sketch.md` - Index/log API sketch: `docs/index-log-api-sketch.md`
- Federation core API: `include/amduat/fed/` (registry, ingest, replay, view)
## PEL reference ## PEL reference

View file

@ -55,6 +55,7 @@ bool amduat_fed_replay_build(const amduat_fed_record_t *records,
amduat_fed_replay_view_t *out_view); amduat_fed_replay_view_t *out_view);
/* Backwards-compatible alias for amduat_fed_replay_build. */ /* Backwards-compatible alias for amduat_fed_replay_build. */
/* Deprecated: use amduat_fed_replay_build. */
bool amduat_fed_replay_domain(const amduat_fed_record_t *records, bool amduat_fed_replay_domain(const amduat_fed_record_t *records,
size_t count, size_t count,
uint32_t domain_id, uint32_t domain_id,