Revision: 41986
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41986&view=rev
Author:   erikgreenwald
Date:     2011-01-06 20:30:09 +0000 (Thu, 06 Jan 2011)

Log Message:
-----------
add bu_gettime

Modified Paths:
--------------
    brlcad/trunk/include/bu.h

Modified: brlcad/trunk/include/bu.h
===================================================================
--- brlcad/trunk/include/bu.h   2011-01-06 20:26:27 UTC (rev 41985)
+++ brlcad/trunk/include/bu.h   2011-01-06 20:30:09 UTC (rev 41986)
@@ -6156,7 +6156,16 @@
 
 /** @} */
 
+/** @addtogroup file */
+/** @{ */
+/** @file timer.c
+ * Return microsecond accuracy time information.
+ */
+BU_EXPORT BU_EXTERN(int64_t bu_gettime, ());
 
+/** @} */
+
+
 __END_DECLS
 
 #endif  /* __BU_H__ */


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to