Add more grpc - Asyncstuff sandbox/mvlad/switch-to-grpc
authorMarius Vlad <marius.vlad@collabora.com>
Tue, 18 Oct 2022 17:22:47 +0000 (20:22 +0300)
committerMarius Vlad <marius.vlad@collabora.com>
Tue, 25 Oct 2022 08:55:44 +0000 (11:55 +0300)
commit33aea95f02b025ecaf5917b10975119c07c353b3
tree7dcb9d569c5fcfc58680dc8944065f564364aac9
parent0eedfd70b4682a51c81b4b8738ab42f665dc8798
Add more grpc - Asyncstuff
Switch to a more better structure

protocol: Add support for sending out app_state events over gRPC

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I2765d53a2123be0d52225d92c964d39c63ec4902
16 files changed:
clients/grpc-async-cb.cpp [new file with mode: 0644]
clients/grpc-async-cb.h [new file with mode: 0644]
clients/grpc-async.cpp [new file with mode: 0644]
clients/grpc-async.h [new file with mode: 0644]
clients/grpc-sync.cpp [new file with mode: 0644]
clients/grpc-sync.h [new file with mode: 0644]
clients/grpc.h [deleted file]
clients/log.h [new file with mode: 0644]
clients/main-grpc.cpp [moved from clients/grpc.cpp with 66% similarity]
clients/main-grpc.h [new file with mode: 0644]
clients/meson.build
clients/shell.cpp [new file with mode: 0644]
clients/shell.h [new file with mode: 0644]
protocol/agl_shell.proto
src/ivi-compositor.h
src/shell.c