diff options
author | rahul | 2019-09-26 15:21:18 +0530 |
---|---|---|
committer | rahul | 2019-09-26 15:21:18 +0530 |
commit | 7852873cf0bc8b8082ea847a868ab84930163667 (patch) | |
tree | d649b84d09ad7b6017c5439bef0c6112ce525b84 /src/ghdlserver/ghdlserver.h | |
parent | e43b6221138d30d9b2ea37c708c9521d4ba926af (diff) | |
download | nghdl-7852873cf0bc8b8082ea847a868ab84930163667.tar.gz nghdl-7852873cf0bc8b8082ea847a868ab84930163667.tar.bz2 nghdl-7852873cf0bc8b8082ea847a868ab84930163667.zip |
multiple instances (static ip)
Diffstat (limited to 'src/ghdlserver/ghdlserver.h')
-rw-r--r-- | src/ghdlserver/ghdlserver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ghdlserver/ghdlserver.h b/src/ghdlserver/ghdlserver.h index 9dc8afc..082a1af 100644 --- a/src/ghdlserver/ghdlserver.h +++ b/src/ghdlserver/ghdlserver.h @@ -21,7 +21,7 @@ int DEFAULT_SERVER_PORT; //Vhpi Functions. -void Vhpi_Initialize(int sock_port); +void Vhpi_Initialize(int sock_port, char sock_ip[]); /* 26.Sept.2019 - RP */ void Vhpi_Close(); void Vhpi_Exit(); void Vhpi_Listen(); |