projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2039c7
)
Fix: set hidden attribute to utils_* calls
author
David Goulet
<dgoulet@efficios.com>
Fri, 28 Jun 2013 14:30:18 +0000
(10:30 -0400)
committer
David Goulet
<dgoulet@efficios.com>
Fri, 28 Jun 2013 14:30:18 +0000
(10:30 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/common/utils.c
patch
|
blob
|
blame
|
history
diff --git
a/src/common/utils.c
b/src/common/utils.c
index ecac5381f061fb65c89bda64de0ad86e5be37f6f..d0f050c0ff14d12e79f4f36d2e7adddb807e341d 100644
(file)
--- a/
src/common/utils.c
+++ b/
src/common/utils.c
@@
-441,6
+441,7
@@
static void regex_print_error(int errcode, regex_t *regex)
*
* @return 0 on success, -1 on failure.
*/
+LTTNG_HIDDEN
int utils_parse_size_suffix(char *str, uint64_t *size)
{
regex_t regex;
@@
-586,6
+587,7
@@
int utils_get_count_order_u32(uint32_t x)
* Obtain the value of LTTNG_HOME environment variable, if exists.
* Otherwise returns the value of HOME.
*/
+LTTNG_HIDDEN
char *utils_get_home_dir(void)
{
char *val = NULL;
This page took
0.033522 seconds
and
4
git commands to generate.