~martin-sucha/helenos/testing

« back to all changes in this revision

Viewing changes to uspace/lib/c/include/ipc/remotectl.h

  • Committer: Martin Sucha
  • Date: 2013-04-27 22:34:39 UTC
  • Revision ID: sucha14@uniba.sk-20130427223439-qashpqfq9jnlzgg6
If a remote channel does not support resuming, fail the wait automatically

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
} remotectl_test_events_t;
49
49
 
50
50
typedef enum {
51
 
        TEST_RUN_START = IPC_FIRST_CUSTOM_METHOD
 
51
        TEST_RUN_START = IPC_FIRST_CUSTOM_METHOD,
 
52
        TEST_RUN_RESUME,
 
53
        TEST_RUN_ABORT
52
54
} remotectl_test_operations_t;
53
55
 
54
56
#define TEST_STATE_HAS_MESSAGE 1