Fix: erroneous use of extern keyword
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 24 Apr 2018 15:21:37 +0000 (11:21 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 25 Apr 2018 15:29:35 +0000 (11:29 -0400)
commit9b322352451e6bda9c3dc963df08d2a4d690f7b5
tree37fdcdaeefd0046ff7e8dd2142d5cae6536cb045
parent25258405ed9590fcbcfb02c10dd8c018dba3a7bd
Fix: erroneous use of extern keyword

The extern keyword is errneously (or at least, uselessly) used
for an internal API where LTTNG_HIDDEN is meant to be used.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/sessiond-comm/sessiond-comm.h
This page took 0.024321 seconds and 4 git commands to generate.