aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMichael Meer <michael@meer.name>2013-09-09 12:18:39 +0200
committerMichael Meer <michael@meer.name>2013-09-09 12:18:39 +0200
commitf9e6e1c3d21b3503ed723de40a953d48ceb4ca32 (patch)
tree56403e3a09e896d7c9ceb18fd0b746c4d60f1cd2 /boot.php
parentfd540cd5969f1c1d7234874340daa1aeb007ecfe (diff)
downloadvolse-hubzilla-f9e6e1c3d21b3503ed723de40a953d48ceb4ca32.tar.gz
volse-hubzilla-f9e6e1c3d21b3503ed723de40a953d48ceb4ca32.tar.bz2
volse-hubzilla-f9e6e1c3d21b3503ed723de40a953d48ceb4ca32.zip
Preparation to maintain HubLocs from adminpanel. This should act as basis for a kind of traffic light to get an overview.
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 2f6fda1f0..b4b0c1cc7 100755
--- a/boot.php
+++ b/boot.php
@@ -346,6 +346,17 @@ define ( 'XCHAN_FLAGS_HIDDEN', 0x0001);
define ( 'XCHAN_FLAGS_ORPHAN', 0x0002);
+/*
+ * Traficlights for Administration of HubLoc
+ * to detect problems in inter server communication
+ */
+define ('HUBLOC_NOTUSED', 0x0000);
+define ('HUBLOC_SEND_ERROR', 0x0001);
+define ('HUBLOC_RECEIVE_ERROR', 0x0002);
+define ('HUBLOC_WORKS', 0x0004);
+define ('HUBLOC_OFFLINE', 0x0008);
+
+
/**
* Tag/term types
*/