X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fcommon%2Futils.h;h=7b0ebfaa50ece9e8642eb5b4522504c1724b9dfb;hb=b7238f7cfdcc67f4c254c03004989156c13c4c15;hp=79049508b6db3a1a7c355f062f630e09a2eda17c;hpb=96639848280e5dae29b0b03e895b0f9868a4ef50;p=lttng-tools.git diff --git a/src/common/utils.h b/src/common/utils.h index 79049508b..7b0ebfaa5 100644 --- a/src/common/utils.h +++ b/src/common/utils.h @@ -47,8 +47,8 @@ int utils_create_lock_file(const char *filepath); int utils_recursive_rmdir(const char *path); int utils_truncate_stream_file(int fd, off_t length); int utils_show_help(int section, const char *page_name, const char *help_msg); -int utils_get_memory_available(size_t *value); -int utils_get_memory_total(size_t *value); +int utils_get_memory_available(uint64_t *value); +int utils_get_memory_total(uint64_t *value); int utils_change_working_directory(const char *path); enum lttng_error_code utils_user_id_from_name( const char *user_name, uid_t *user_id);