avoid synchronous DNS calls

This commit is contained in:
Jeff Hill
2000-10-11 22:27:48 +00:00
parent f920a1241e
commit 3b670031b6
+5 -2
View File
@@ -13,6 +13,9 @@
/*
* $Log$
* Revision 1.37 2000/06/28 20:46:52 mrk
* use new osi code to retrieve broadcast addr
*
* Revision 1.36 2000/06/20 19:54:40 mrk
* drvTS is now optional for vxWorks
*
@@ -410,9 +413,9 @@ long TSreport()
TSprintf("Total events supported = %d\n",TSdata.total_events);
TSprintf("Request Time Out = %lu milliseconds\n",TSdata.time_out);
ipAddrToA ((struct sockaddr_in*)&TSdata.hunt, buf, sizeof(buf));
ipAddrToDottedIP ((struct sockaddr_in*)&TSdata.hunt, buf, sizeof(buf));
TSprintf("Broadcast address: %s\n", buf);
ipAddrToA ((struct sockaddr_in*)&TSdata.master, buf, sizeof(buf));
ipAddrToDottedIP ((struct sockaddr_in*)&TSdata.master, buf, sizeof(buf));
TSprintf("Master address: %s\n", buf);
if(TSdata.UserRequestedType)