From: Pierre-Marc Fournier Date: Wed, 13 Jan 2010 19:33:20 +0000 (-0500) Subject: Replace __COUNTER__ with the more portable __LINE__ X-Git-Tag: v0.1~14 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;ds=sidebyside;h=e05cba90ba95c84c8377baf22662b81fb2bfaf64;hp=e05cba90ba95c84c8377baf22662b81fb2bfaf64;p=ust.git 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. ---