aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-09-09 04:57:55 -0700
committerfriendica <info@friendica.com>2013-09-09 04:57:55 -0700
commit461999356226574920ef0ce7eb8cb47f78cc666a (patch)
treee52e3535a71087e61d41e9044af67d0cacb5175b /boot.php
parent0565a6ef01b7c513be8ee90f805867eb2ed664e8 (diff)
parent147483f259af3bdc2d34eac3638c576012734100 (diff)
downloadvolse-hubzilla-461999356226574920ef0ce7eb8cb47f78cc666a.tar.gz
volse-hubzilla-461999356226574920ef0ce7eb8cb47f78cc666a.tar.bz2
volse-hubzilla-461999356226574920ef0ce7eb8cb47f78cc666a.zip
Merge https://github.com/friendica/red into zpull
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 64d3633cd..b3c8701fd 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
*/