]> andersk Git - moira.git/commitdiff
#defines for subnet statuses.
authorzacheiss <zacheiss>
Tue, 21 Aug 2001 05:50:16 +0000 (05:50 +0000)
committerzacheiss <zacheiss>
Tue, 21 Aug 2001 05:50:16 +0000 (05:50 +0000)
include/moira_site.h

index 750d765a92c7ae46cd0a450338ee116af835f6ca..1d296cc32e1dd1587cdbee7c9a7e5bff52f47325 100644 (file)
 #define SN_MODWITH     12
 #define SN_END         13
 
+/* Subnet statuses */
+#define SNET_STATUS_RESERVED        0
+#define SNET_STATUS_BILLABLE        1
+#define SNET_STATUS_PRIVATE         2
+#define SNET_STATUS_RESNET          3
+#define SNET_STATUS_INFRASTRUCTURE  4
+
 /* User Information queries, v3 */
 
 #define U_NAME    0
This page took 0.051005 seconds and 5 git commands to generate.