diff options
Diffstat (limited to 'test/cpp')
-rw-r--r-- | test/cpp/interop/reconnect_interop_server.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cpp/interop/reconnect_interop_server.cc b/test/cpp/interop/reconnect_interop_server.cc index 3602b8c2b0..785f9c7ad5 100644 --- a/test/cpp/interop/reconnect_interop_server.cc +++ b/test/cpp/interop/reconnect_interop_server.cc @@ -30,6 +30,8 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * */ + +// Test description at doc/connection-backoff-interop-test-description.md #include <signal.h> #include <unistd.h> |