(Logical change 1.55) git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@183 fd59a12c-fef9-0310-b244-a6a79926bd2f
@@ -38,9 +38,10 @@
#define MESSAGE_SIZE_MAX 256000
-#define GMI_PRIO_HIGH 0
-#define GMI_PRIO_MED 1
-#define GMI_PRIO_LOW 2
+#define GMI_PRIO_RECOVERY 0
+#define GMI_PRIO_HIGH 1
+#define GMI_PRIO_MED 2
+#define GMI_PRIO_LOW 3
typedef int gmi_join_handle;
@@ -108,4 +109,11 @@ int gmi_mcast (
int iov_len,
int priority);
+/*
+ * Determine if a message of msg_size could be queued
+ */
+int gmi_send_ok (
+ int priority,
+ int msg_size);
+
#endif /* GMI_H_DEFINED */