From 960a110653681f295a63c598646ae0523fb6d8fd Mon Sep 17 00:00:00 2001 From: ambikeshwar Date: Wed, 15 Jul 2015 04:41:45 +0530 Subject: ghdlserver.c modified foe multiple instance --- src/ghdlserver/ghdlserver.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/ghdlserver/ghdlserver.c b/src/ghdlserver/ghdlserver.c index 68c9941..603f925 100644 --- a/src/ghdlserver/ghdlserver.c +++ b/src/ghdlserver/ghdlserver.c @@ -369,9 +369,9 @@ void set_non_blocking(int sock_id) } -void Vhpi_Initialize() +void Vhpi_Initialize(int sock_port) { - + DEFAULT_SERVER_PORT = sock_port; /*Taking time info for log*/ time_t systime; systime = time(NULL); -- cgit