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:
Tobias Brunner
2013-06-21 10:49:39 +02:00
parent 9afc6e6a70
commit 4182c86aed
3 changed files with 23 additions and 5 deletions
+2
View File
@@ -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,