Rework HiyaService to include its endpoint

Review Request #3914 — Created March 18, 2025 and submitted — Latest diff uploaded

Information

hiya/hiya
default

Reviewers

The initial design here over looked that each service belongs to an interface
and a protocol. This means that the services only have single endpoint and
thus our design needed to be updated.

Ran the tests under valgrind and called in the turtles.

Diff Revision 2

This is not the most recent revision of the diff. The latest diff is revision 3. See what's changed.

orig
1
2
3

Commits

First Last Summary ID Author
Rework HiyaService to include its endpoint
The initial design here over looked that each service belongs to an interface and a protocol. This means that the services only have single endpoint and thus our design needed to be updated.
1ec1f5fef7498a31f4f0d0b475d40769e216b843 Gary Kramlich
hiya/hiyaendpoint.h
hiya/hiyaendpoint.c
hiya/hiyaprotocol.h
hiya/hiyaservice.h
hiya/hiyaservice.c
hiya/meson.build
hiya/tests/meson.build
hiya/tests/test_backend.c
hiya/tests/test_endpoint.c
hiya/tests/test_service.c
Loading...