stroke: Add non-blocking versions of up and down
stroke up-nb and stroke down-nb do not block until the command has finished. Instead, they return right after initiating the respective operation.
This commit is contained in:
@@ -23,7 +23,9 @@ typedef enum {
|
||||
STROKE_ROUTE,
|
||||
STROKE_UNROUTE,
|
||||
STROKE_UP,
|
||||
STROKE_UP_NOBLK,
|
||||
STROKE_DOWN,
|
||||
STROKE_DOWN_NOBLK,
|
||||
STROKE_DOWN_SRCIP,
|
||||
STROKE_REKEY,
|
||||
STROKE_LOGLEVEL,
|
||||
|
||||
Reference in New Issue
Block a user