Skip to content

Commit

Permalink
status.proto: add EMC_TASK_INTERP_SEEKING state
Browse files Browse the repository at this point in the history
  • Loading branch information
machinekoder committed May 15, 2020
1 parent 5f43ee6 commit 0f21cc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
PROJECT = "machinetalk"
PROJECT_NAME = "%s-protobuf" % PROJECT
DESCRIPTION = "Protobuf Python modules for %s" % PROJECT
VERSION = "1.1.4"
VERSION = "1.1.5"
AUTHOR = "Alexander Roessler"
AUTHOR_EMAIL = "[email protected]"
PROJECT_URL = "https://github.com/machinekit/%s" % PROJECT_NAME
Expand Down
1 change: 1 addition & 0 deletions src/machinetalk/protobuf/status.proto
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ enum EmcInterpStateType {
EMC_TASK_INTERP_READING = 2; /// Task interpreter is reading.
EMC_TASK_INTERP_PAUSED = 3; /// Task interpreter is paused.
EMC_TASK_INTERP_WAITING = 4; /// Task interpreter is waiting.
EMC_TASK_INTERP_SEEKING = 5; /// Task interpreter is seeking.
}

/**
Expand Down

0 comments on commit 0f21cc8

Please sign in to comment.