Author: jfrederic.clere(a)jboss.com
Date: 2008-03-27 04:24:09 -0400 (Thu, 27 Mar 2008)
New Revision: 1470
Modified:
sandbox/httpd/src/native/common/context.h
Log:
Add REMOVE.
Modified: sandbox/httpd/src/native/common/context.h
===================================================================
--- sandbox/httpd/src/native/common/context.h 2008-03-27 05:42:08 UTC (rev 1469)
+++ sandbox/httpd/src/native/common/context.h 2008-03-27 08:24:09 UTC (rev 1470)
@@ -44,6 +44,12 @@
#define MEM_T
#endif
+/* Status of the application */
+#define ENABLED 1
+#define DISABLED 2
+#define STOPPED 3
+#define REMOVE 4 /* That status not stored but used by the logic to remove the entry
*/
+
/* status of the context as read/store in httpd. */
struct contextinfo {
char context[40]; /* Context where the application is mapped. */
Show replies by date