extend the protocol to find the sequence on the server
This commit is contained in:
@@ -6,7 +6,8 @@ import "AircraftSchedule.proto";
|
|||||||
import "BaseTypes.proto";
|
import "BaseTypes.proto";
|
||||||
|
|
||||||
message AircraftUpdate {
|
message AircraftUpdate {
|
||||||
repeated AircraftReport reports = 1; // Contains all updated aircrafts
|
string airport = 1; // Contains the updated airport
|
||||||
|
repeated AircraftReport reports = 2; // Contains all updated aircrafts
|
||||||
}
|
}
|
||||||
|
|
||||||
message AircraftSequence {
|
message AircraftSequence {
|
||||||
|
|||||||
Reference in New Issue
Block a user