Code change to make Solicit router.proto message

This commit is contained in:
Milos Gajdos
2019-09-11 15:55:32 +01:00
parent 35cf2a5739
commit d58eb51976
6 changed files with 246 additions and 675 deletions

View File

@@ -74,6 +74,12 @@ message Advert {
repeated Event events = 5;
}
// Solicit solicits routes
message Solicit {
// id of the soliciting router
string id = 1;
}
// ProcessResponse is returned by Process
message ProcessResponse {}