Index: blimp/engine/app/switches.h |
diff --git a/blimp/engine/app/switches.h b/blimp/engine/app/switches.h |
index 6fb4930d0655a991eaa1f339df430a06ef5bb3c7..e4dce0f2290fbe3ae33651a8caa8496cdfe69d52 100644 |
--- a/blimp/engine/app/switches.h |
+++ b/blimp/engine/app/switches.h |
@@ -14,6 +14,9 @@ extern const char kEnginePort[]; |
// Flag enabling access by clients from non-localhost IP addresses. |
extern const char kAllowNonLocalhost[]; |
+// Transport type: tcp, grpc. If empty, tcp is assumed by default. |
+extern const char kEngineTransport[]; |
+ |
} // namespace engine |
} // namespace blimp |