Skip to content

Commit

Permalink
Comment on a few unused states in the state machine.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmah888 committed Feb 22, 2018
1 parent 2ac3da6 commit 63ae663
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/iperf_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ struct iperf_stream;
/* states */
#define TEST_START 1
#define TEST_RUNNING 2
#define RESULT_REQUEST 3
#define RESULT_REQUEST 3 /* not used */
#define TEST_END 4
#define STREAM_BEGIN 5
#define STREAM_RUNNING 6
#define STREAM_END 7
#define ALL_STREAMS_END 8
#define STREAM_BEGIN 5 /* not used */
#define STREAM_RUNNING 6 /* not used */
#define STREAM_END 7 /* not used */
#define ALL_STREAMS_END 8 /* not used */
#define PARAM_EXCHANGE 9
#define CREATE_STREAMS 10
#define SERVER_TERMINATE 11
Expand Down

0 comments on commit 63ae663

Please sign in to comment.