Add hostname to response

This commit is contained in:
sm
2018-01-20 09:07:57 -08:00
parent 19c1adde6f
commit 2f0c01df7a
3 changed files with 16 additions and 3 deletions
+1
View File
@@ -14,4 +14,5 @@ message HelloReq {
message HelloResp {
string text = 1; // required
string hostname = 2;
}