diff options
author | Guenter Knauf <fuankg@apache.org> | 2009-07-07 04:47:51 +0200 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2009-07-07 04:47:51 +0200 |
commit | 3e27e5905e9eb9dcf31ef0ab2c015e241c48b85a (patch) | |
tree | 9e078271173df2c39f84fb27026c66d9b77067f7 /modules/cluster | |
parent | added mod_watchdog to NetWare build. (diff) | |
download | apache2-3e27e5905e9eb9dcf31ef0ab2c015e241c48b85a.tar.xz apache2-3e27e5905e9eb9dcf31ef0ab2c015e241c48b85a.zip |
fixed import list.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@791681 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/cluster')
-rw-r--r-- | modules/cluster/NWGNUmodheartbeat | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/cluster/NWGNUmodheartbeat b/modules/cluster/NWGNUmodheartbeat index 6b069cd176..eb25636170 100644 --- a/modules/cluster/NWGNUmodheartbeat +++ b/modules/cluster/NWGNUmodheartbeat @@ -215,6 +215,10 @@ FILES_nlm_Ximports = \ @$(APR)/aprlib.imp \
@$(NWOS)/httpd.imp \
@libc.imp \
+ (AP$(VERSION_MAJMIN)) ap_hook_watchdog_exit \
+ (AP$(VERSION_MAJMIN)) ap_hook_watchdog_init \
+ (AP$(VERSION_MAJMIN)) ap_hook_watchdog_need \
+ (AP$(VERSION_MAJMIN)) ap_hook_watchdog_step \
$(EOLIST)
#
|