aboutsummaryrefslogtreecommitdiff
path: root/src/httpd.h
diff options
context:
space:
mode:
authorjshalf <jshalf@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2001-05-18 02:50:51 +0000
committerjshalf <jshalf@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2001-05-18 02:50:51 +0000
commit8b12a1b456d296db9c305a1f008dbf93f515301c (patch)
tree3cdb29f0a47b626f26d4b18055b676a5a0b32ee2 /src/httpd.h
parentd843bdb3d90b9a4fc22ddff4c750376d27d0105e (diff)
Modifications so that all cluster nodes involved in a simulation will
use http server redirect to route web-browsers to the master httpd node. The modifications are able to sense the different between nodes on the same SMP with shared network interface and those on different boxes. Tested on SP2, IA64, and IA32 clusters so far. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@128 1faa4e14-9dd3-4be0-9f0e-ffe519881164
Diffstat (limited to 'src/httpd.h')
-rw-r--r--src/httpd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/httpd.h b/src/httpd.h
index 95485ad..ef55686 100644
--- a/src/httpd.h
+++ b/src/httpd.h
@@ -45,6 +45,7 @@ int HTTP_Terminate(cGH *cctkGH);
/* Content stuff */
int HTTP_RegisterPages(void);
+int HTTP_RegisterRedirect(void);
#ifdef __cplusplus
}