Skip to content

Commit

Permalink
Merge pull request #83 from machinekoder/mklauncher-set
Browse files Browse the repository at this point in the history
config: add support importance and set command
  • Loading branch information
luminize authored Sep 7, 2017
2 parents de29da9 + 9eaeba3 commit a7b0855
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/machinetalk/protobuf/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@ message Launcher {
optional int32 returncode = 11; // return code of the command
optional string workdir = 12; // working dir of the command
optional uint32 priority = 13; // priority for sorting, smaller means lower priority
optional uint32 importance = 14; // importance set by the user, smaller means less important
}
1 change: 1 addition & 0 deletions src/machinetalk/protobuf/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,7 @@ enum ContainerType {
MT_LAUNCHER_WRITE_STDIN = 12613;
MT_LAUNCHER_CALL = 12614;
MT_LAUNCHER_SHUTDOWN = 12615;
MT_LAUNCHER_SET = 12616;
}

enum OriginIndex {
Expand Down

0 comments on commit a7b0855

Please sign in to comment.