Skip to content

Commit

Permalink
Merge pull request logrhythm#110 from Logrhythm/2.3.1
Browse files Browse the repository at this point in the history
2.3.1
weberr13 committed Jan 18, 2014
2 parents 4f45b20 + 64decfc commit 17eb045
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions protofiles/ForkerReply.proto
Original file line number Diff line number Diff line change
@@ -8,5 +8,6 @@ message ForkerReply {
optional uint32 pid = 2;
optional bool running = 3;
optional bool success = 4;
optional string uuid = 5;
}

1 change: 1 addition & 0 deletions protofiles/ForkerRequest.proto
Original file line number Diff line number Diff line change
@@ -10,4 +10,5 @@ message ForkerRequest {
optional bool status = 4;
repeated string environment = 5;
optional uint32 pid = 6;
optional string uuid = 7;
}
2 changes: 2 additions & 0 deletions protofiles/ProcessReply.proto
Original file line number Diff line number Diff line change
@@ -9,6 +9,8 @@ message ProcessReply {
repeated int32 children = 3;
optional string result = 4;
optional int32 returnCode = 5;
optional string uuid = 6;
optional bool running = 7;
}


2 changes: 2 additions & 0 deletions protofiles/ProcessRequest.proto
Original file line number Diff line number Diff line change
@@ -10,6 +10,8 @@ message ProcessRequest {
optional bool stop = 4;
repeated string environment = 5;
optional string realExecString = 6;
optional bool getPipeStatus = 7;
optional string uuid = 8;
}


0 comments on commit 17eb045

Please sign in to comment.