Replace __COUNTER__ with the more portable __LINE__
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Wed, 13 Jan 2010 19:33:20 +0000 (14:33 -0500)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Wed, 13 Jan 2010 19:33:20 +0000 (14:33 -0500)
commite05cba90ba95c84c8377baf22662b81fb2bfaf64
tree1d74ffea172cb430574b9b938b45e2b3bc017fc5
parent3775acc2fd8e9d369f0c1544584dfe3b0c3cafbf
Replace __COUNTER__ with the more portable __LINE__

Also, change visibility of marker structs so they are visible
only to the current compilation unit. This allows to have the same
marker on the same line in two different files. It however does not
allow to have two identical (channel and name) markers on the same line
of the same file.
include/ust/marker.h
This page took 0.024015 seconds and 4 git commands to generate.