diff options
author | Alfred E. Heggestad <aeh@db.org> | 2016-04-09 10:56:39 +0200 |
---|---|---|
committer | Alfred E. Heggestad <aeh@db.org> | 2016-04-09 10:56:39 +0200 |
commit | 3016f2ec3c793202baa7b921e2a07f368c1e6dfb (patch) | |
tree | 494821f9d582377f1055d8e15876273e1f55b01f /test/sip/sipsrv.h | |
parent | f53ec36a768e41c47c72fac6ad5c3e672e291688 (diff) |
test: add test-case for DNS SRV loadbalancing and authentication (refs #39)
Diffstat (limited to 'test/sip/sipsrv.h')
-rw-r--r-- | test/sip/sipsrv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sip/sipsrv.h b/test/sip/sipsrv.h index aa136e0..a4b8bbf 100644 --- a/test/sip/sipsrv.h +++ b/test/sip/sipsrv.h @@ -17,6 +17,7 @@ struct sip_server { struct sip_lsnr *lsnr; bool auth_enabled; bool terminate; + unsigned instance; unsigned n_register_req; enum sip_transp tp_last; |