From f8eceb3124ac4149f180b496082d9965f6b8c1b6 Mon Sep 17 00:00:00 2001 From: Newe Date: Fri, 21 May 2021 15:48:56 +0200 Subject: [edit] Hypothetical gRPC handshake --- src/rpcStub.hpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/rpcStub.hpp') diff --git a/src/rpcStub.hpp b/src/rpcStub.hpp index 99d6d582..f567cd97 100644 --- a/src/rpcStub.hpp +++ b/src/rpcStub.hpp @@ -1,11 +1,12 @@ #include #include "protodefs/include/protos.grpc.pb.h" +#include "rtcPeerHandler.hpp" class rpcStub{ public: - rpcStub(int port); + rpcStub(std::shared_ptr peerHandler, int port); std::unique_ptr server; - private: - + private: + std::shared_ptr ph; }; \ No newline at end of file -- cgit 1.5.1