Index: trunk/Ohana/src/relastro/include/relastro.h
===================================================================
--- trunk/Ohana/src/relastro/include/relastro.h	(revision 37807)
+++ trunk/Ohana/src/relastro/include/relastro.h	(revision 38062)
@@ -9,4 +9,9 @@
 // # define IDX_T off_t
 # define IDX_T int 
+
+# define LOGRTIME(MSG,...) {				\
+    gettimeofday (&stopTimer, (void *) NULL);		\
+    float dtime = DTIME (stopTimer, startTimer);	\
+    client_logger_message (MSG, __VA_ARGS__); }
 
 typedef enum {
