Re: [Openvpn-devel] Windows and Shaper

2004-04-28 Thread James Yonan
et to #DEFINE HAVE_GETTIMEOFDAY in > config-win32.h. Let me know what you think. > Derek Burdick > - Original Message - > From: "James Yonan" > To: "Derek Burdick" ; > > Sent: Tuesday, April 27, 2004 12:48 PM > Subject: Re: [Openvpn-devel] Windows and

Re: [Openvpn-devel] Windows and Shaper

2004-04-27 Thread Derek Burdick
Here is the function. Don't forget to #DEFINE HAVE_GETTIMEOFDAY in config-win32.h. Let me know what you think. Derek Burdick - Original Message - From: "James Yonan" To: "Derek Burdick" ; Sent: Tuesday, April 27, 2004 12:48 PM Subject: Re: [Openvpn-devel] Win

Re: [Openvpn-devel] Windows and Shaper

2004-04-27 Thread James Yonan
Derek Burdick said: > I was browsing the online CVS repository and noticed the > config-win32.h.in says that HAVE_GETTIMEOFDAY is specified in misc.c. When > I look in misc.c, I don't see the file. Is the latest version just not > checked in? I also implemented a gettimeofday for windows.

Re: [Openvpn-devel] Windows and Shaper

2004-04-24 Thread Derek Burdick
I was greping the wrong directory. I found the windows implementation of gettimeofday in otime.c, contrary to the config-win32.h. Thanks! Derek Burdick - Original Message - From: "Derek Burdick" To: Sent: Saturday, April 24, 2004 1:46 AM Subject: [Openvpn-devel] Windows

[Openvpn-devel] Windows and Shaper

2004-04-24 Thread Derek Burdick
I was browsing the online CVS repository and noticed the config-win32.h.in says that HAVE_GETTIMEOFDAY is specified in misc.c. When I look in misc.c, I don't see the file. Is the latest version just not checked in? I also implemented a gettimeofday for windows. It is based on QueryPerforman