Fix: add some missing hidden attribute
authorDavid Goulet <dgoulet@efficios.com>
Mon, 29 Apr 2013 16:54:48 +0000 (12:54 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 29 Apr 2013 16:54:48 +0000 (12:54 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/common/sessiond-comm/sessiond-comm.c
src/common/utils.c

index 195c8b5506721f64bf9bd204f7db8fa5bda86198..64223df47bc45038ead29c02f4657b5b0a9c3d11 100644 (file)
@@ -320,6 +320,7 @@ void lttcomm_destroy_sock(struct lttcomm_sock *sock)
  *
  * On error, NULL is returned.
  */
+LTTNG_HIDDEN
 struct lttcomm_relayd_sock *lttcomm_alloc_relayd_sock(struct lttng_uri *uri,
                uint32_t major, uint32_t minor)
 {
index b16cdc97c2738ad70c23624fc91295c3317b1a66..54eed80bde14ad83228a090ce45638b0bba6c082 100644 (file)
@@ -309,6 +309,7 @@ error:
  *
  * Return 0 on success or else a negative value.
  */
+LTTNG_HIDDEN
 int utils_create_stream_file(char *path_name, char *file_name, uint64_t size,
                uint64_t count, int uid, int gid)
 {
@@ -364,6 +365,7 @@ error:
  *
  * Return 0 on success or else a negative value.
  */
+LTTNG_HIDDEN
 int utils_rotate_stream_file(char *path_name, char *file_name, uint64_t size,
                uint64_t count, int uid, int gid, int out_fd, uint64_t *new_count)
 {
This page took 0.027958 seconds and 5 git commands to generate.