Code change to make Solicit router.proto message
This commit is contained in:
		| @@ -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 {} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user