From 010520bdf85efe865e3bececacab7ce6911b0f48 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 25 Aug 2015 15:30:31 +0200 Subject: [PATCH] that's misleading --- include/simgrid/msg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/simgrid/msg.h b/include/simgrid/msg.h index 6296f2b26d..cec06b7db2 100644 --- a/include/simgrid/msg.h +++ b/include/simgrid/msg.h @@ -264,7 +264,7 @@ XBT_PUBLIC(msg_error_t) MSG_file_seek(msg_file_t fd, sg_offset_t offset, int ori XBT_PUBLIC(sg_size_t) MSG_file_tell (msg_file_t fd); XBT_PUBLIC(void) __MSG_file_get_info(msg_file_t fd); XBT_PUBLIC(void) __MSG_file_priv_free(msg_file_priv_t priv); -XBT_PUBLIC(const char *) MSG_file_get_name(msg_file_t storage); +XBT_PUBLIC(const char *) MSG_file_get_name(msg_file_t file); XBT_PUBLIC(msg_error_t) MSG_file_move(msg_file_t fd, const char* fullpath); XBT_PUBLIC(msg_error_t) MSG_file_rcopy(msg_file_t fd, msg_host_t host, const char* fullpath); XBT_PUBLIC(msg_error_t) MSG_file_rmove(msg_file_t fd, msg_host_t host, const char* fullpath); -- 2.20.1