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 3 (Latest)

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.
20aa28d963b6fbe51e65cd19288d159ddfb89d41 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...