[Aceunit-commit] SF.net SVN: aceunit:[560] trunk/src/native/loggers/MiniRamLogger.c
Status: Beta
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2011-02-14 07:44:19
|
Revision: 560
http://aceunit.svn.sourceforge.net/aceunit/?rev=560&view=rev
Author: christianhujer
Date: 2011-02-14 07:44:13 +0000 (Mon, 14 Feb 2011)
Log Message:
-----------
Documented linkage of data in MiniRamLogger.c.
Modified Paths:
--------------
trunk/src/native/loggers/MiniRamLogger.c
Modified: trunk/src/native/loggers/MiniRamLogger.c
===================================================================
--- trunk/src/native/loggers/MiniRamLogger.c 2011-02-14 01:17:44 UTC (rev 559)
+++ trunk/src/native/loggers/MiniRamLogger.c 2011-02-14 07:44:13 UTC (rev 560)
@@ -49,9 +49,11 @@
#endif
/** The number of valid logging elements in #data. */
+// Linkage note: RAM.
size_t elementCount;
/** AceUnit Mini Ram Logger data buffer. */
+// Linkage note: RAM.
AssertionError_t data[ACEUNIT_MINIRAM_LOGGER_BUFSIZE];
/** Initializes the Mini Ram Logger. */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|