diff options
author | makdharma <makdharma@users.noreply.github.com> | 2016-03-02 13:50:58 -0800 |
---|---|---|
committer | makdharma <makdharma@users.noreply.github.com> | 2016-03-02 13:50:58 -0800 |
commit | 38a560b6ba45bb8db16fac609a72a6c235469841 (patch) | |
tree | 6f2fb58b565870253438eedf2048785ae8bef5c4 /test/cpp/interop | |
parent | 16e8bbbff2ebf9c80c68431beaed676d1981a64d (diff) |
Update reconnect_interop_server.cc
Diffstat (limited to 'test/cpp/interop')
-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> |