summaryrefslogtreecommitdiff
path: root/emulators/dynamips/files/patch-hypervisor.h
blob: 2b7458bd5aaf438fa3f5817e7514e266968c81da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- hypervisor.h.orig	Wed Mar 21 10:58:06 2007
+++ hypervisor.h	Wed Mar 21 11:09:40 2007
@@ -136,6 +136,6 @@
 int hypervisor_stopsig(void);
 
 /* Hypervisor TCP server */
-int hypervisor_tcp_server(int tcp_port);
+int hypervisor_tcp_server(char *ip_address,int tcp_port);
 
 #endif