On 1/31/2012 1:30 PM, Stefan Fritsch wrote:
On Tuesday 31 January 2012, Gregg Smith wrote:
On 1/29/2012 11:53 AM, Stefan Fritsch wrote:
On Wednesday 25 January 2012, Jim Jagielski wrote:
Looking over the code, impl as a hook seems more "isolated",
rather than the current impl which is intrusive (which is
part of what we're trying to avoid, aren't we?)
OK, patch is attached. This needs review/testing for Windows.
Patched trunk at r1237447, saw same after patching 2.4-HEAD so I
tried trunk.

Regards,
Gregg

Compiling...
service.c
.\server\mpm\winnt\service.c(38) : error C2370: 'mpm_winnt_module'
: redefinition; different storage class

c:\build3\httpd-head_r1237447\server\mpm\winnt\mpm_winnt.h(70)

: see declaration of 'mpm_winnt_module'
Oops. Please try this in addition. Thanks for the testing.

--- a/server/mpm/winnt/mpm_winnt.h
+++ b/server/mpm/winnt/mpm_winnt.h
@@ -67,7 +67,7 @@ void mpm_nt_eventlog_stderr_flush(void);

  /* From mpm_winnt.c: */

-extern module mpm_winnt_module;
+extern module AP_MODULE_DECLARE_DATA mpm_winnt_module;
  extern int ap_threads_per_child;

  extern DWORD my_pid;

Getting closer

Linking...
Creating library .\Release/libhttpd.lib and object .\Release/libhttpd.exp mpm_winnt.obj : error LNK2019: unresolved external symbol _winnt_insert_network_bucket referenced in function _winnt_hooks

I don't quite get this error though.

Reply via email to