Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'proto/transaction.proto')
-rw-r--r--proto/transaction.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/transaction.proto b/proto/transaction.proto
index 4e8864c81..992178165 100644
--- a/proto/transaction.proto
+++ b/proto/transaction.proto
@@ -75,8 +75,11 @@ message VoteTransactionResponse {
// The outcome of the given transaction telling the client whether the
// transaction should be committed or rolled back.
enum TransactionState {
+ // This comment is left unintentionally blank.
COMMIT = 0;
+ // This comment is left unintentionally blank.
ABORT = 1;
+ // This comment is left unintentionally blank.
STOP = 2;
}