host stack: update stale copyright
[vpp.git] / src / vnet / session-apps / echo_client.h
index db5ba16..b183ed7 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * echo_client.h - built-in application layer echo client
  *
- * Copyright (c) <current-year> <your-organization>
+ * Copyright (c) 2017-2019 Cisco and/or its affiliates.
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at:
@@ -105,6 +105,12 @@ typedef struct
   vlib_main_t *vlib_main;
 } echo_client_main_t;
 
+enum
+{
+  ECHO_CLIENTS_STARTING,
+  ECHO_CLIENTS_RUNNING,
+  ECHO_CLIENTS_EXITING
+} echo_clients_test_state_e;
 extern echo_client_main_t echo_client_main;
 
 vlib_node_registration_t echo_clients_node;