summaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2015-05-20 15:52:03 -0400
committerirungentoo <irungentoo@gmail.com>2015-05-20 15:52:03 -0400
commit7315ad08dde478f9f1c82b7a88aff46ce3f24888 (patch)
treef3225a052791d18a0f57f9cb8ee1ddcaba36958a /other
parent8760aba257b5f96d082a58abbc9fb4ca2dd73638 (diff)
parent782d68cdc34121c84837a41fa97dce03575e76a4 (diff)
Merge branch 'tcp_server'
Diffstat (limited to 'other')
-rw-r--r--other/apidsl/tox.in.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/other/apidsl/tox.in.h b/other/apidsl/tox.in.h
index 84a4a03e..dd47df23 100644
--- a/other/apidsl/tox.in.h
+++ b/other/apidsl/tox.in.h
@@ -411,6 +411,11 @@ static class options {
411 * The end port of the inclusive port range to attempt to use. 411 * The end port of the inclusive port range to attempt to use.
412 */ 412 */
413 uint16_t end_port; 413 uint16_t end_port;
414
415 /**
416 * The port to use for the TCP server. If 0, the tcp server is disabled.
417 */
418 uint16_t tcp_port;
414 } 419 }
415 420
416 421