[mod_cluster-commits] mod_cluster SVN: r821 - trunk/native/include.

do-not-reply at jboss.org do-not-reply at jboss.org
Sat Apr 28 12:36:31 EDT 2012


Author: jfrederic.clere at jboss.com
Date: 2012-04-28 12:36:30 -0400 (Sat, 28 Apr 2012)
New Revision: 821

Modified:
   trunk/native/include/node.h
Log:
Add missing declaration.


Modified: trunk/native/include/node.h
===================================================================
--- trunk/native/include/node.h	2012-04-27 16:33:55 UTC (rev 820)
+++ trunk/native/include/node.h	2012-04-28 16:36:30 UTC (rev 821)
@@ -87,6 +87,13 @@
 };
 typedef struct nodeinfo nodeinfo_t; 
 
+/**
+ * return the last stored in the mem structure
+ * @param pointer to the shared table
+ * @return APR_SUCCESS if all went well
+ *
+ */
+apr_status_t get_last_mem_error(mem_t *mem);
 
 /**
  * Insert(alloc) and update a node record in the shared table



More information about the mod_cluster-commits mailing list