>>>>> "nscott" == Nathan Scott <nscott@xxxxxxxxxx> writes:
nscott> commit e199ed1bf99e785d37375499303966613c9c4920
nscott> Author: Nathan Scott <nathans@xxxxxxxxxx>
nscott> Date: Wed Apr 1 16:27:51 2009 +1100
nscott> Changes to get MMV PMDA and library to build on Windows.
nscott> In particular:
nscott> - Use Win32 memory mapping routines on win32, mmap on POSIX.
nscott> - Use lseek+write instead of pwrite
nscott> - Dont initialise global variables to zero/null (cleanup)
nscott> - use system instead of fork+exec+waitpid
nscott> - use nanosleep instead of select-for-short-sleep
nscott> Also fix gcc warning about unhandled MMV_ENTRY_NOSUPPORT case.
I thought I've fixed that...
nscott> Some path issues remain however, need to discuss how to fix up
nscott> those, esp in the ("standalone") library.
I've going to ask about including pcp headers in mmv_stats.c: why? Is
it just to get HAVE_XXX defined?
max
|