aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/protobuf
diff options
context:
space:
mode:
authorGravatar Lukacs Berki <lberki@google.com>2016-05-02 09:31:37 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-05-02 11:51:43 +0000
commit1977d92e17e6bb640cc5947ff76826928c7d7419 (patch)
treed1cb6a574e25c9abf6722c9c2817898d60ee2c84 /src/main/protobuf
parent7093b97ec3f332016822ed154e81bd86bc7ca645 (diff)
Various cleanups and refactorings in the client:
- Made the control flow much simpler and more understandable - Added some documentation about the interplay of the client and the server - Abstracted out POSIX mechanisms from blaze.cc so that they can be implemented properly on Windows - Added assertions that the methods on BlazeServer are called when they should be Polish for #930. -- MOS_MIGRATED_REVID=121256601
Diffstat (limited to 'src/main/protobuf')
-rw-r--r--src/main/protobuf/command_server.proto5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/main/protobuf/command_server.proto b/src/main/protobuf/command_server.proto
index 69fc62ee1c..20f408a98f 100644
--- a/src/main/protobuf/command_server.proto
+++ b/src/main/protobuf/command_server.proto
@@ -12,9 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
-// This file contains the protocol buffer representation of a build
-// file or 'blaze query --output=proto' call.
-
+// This file contains the protocol used to communicate between the Bazel client
+// and the server.
syntax = "proto3";
package command_server;