Author: bart Date: 2008-02-24 18:29:10 +0000 (Sun, 24 Feb 2008) New Revision: 7446
Log: Cleanup: moved const keyword in front of datatype. Modified: trunk/exp-drd/drd_segment.h Modified: trunk/exp-drd/drd_segment.h =================================================================== --- trunk/exp-drd/drd_segment.h 2008-02-24 18:28:19 UTC (rev 7445) +++ trunk/exp-drd/drd_segment.h 2008-02-24 18:29:10 UTC (rev 7446) @@ -48,14 +48,14 @@ } Segment; void sg_init(Segment* const sg, - ThreadId const creator, - ThreadId const created); + const ThreadId creator, + const ThreadId created); void sg_cleanup(Segment* const sg); -Segment* sg_new(ThreadId const creator, ThreadId const created); +Segment* sg_new(const ThreadId creator, const ThreadId created); void sg_delete(Segment* const sg); void sg_print(const Segment* const sg); Bool sg_get_trace(void); -void sg_set_trace(Bool const trace_segment); +void sg_set_trace(const Bool trace_segment); ULong sg_get_segments_created_count(void); ULong sg_get_max_segments_alive_count(void); ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Valgrind-developers mailing list Valgrind-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/valgrind-developers