Whamcloud - gitweb
LU-5252 hsm: make path argument to fifo event a const
[fs/lustre-release.git] / lustre / include / lustre / lustreapi.h
index 38244a2..6362797 100644 (file)
@@ -282,8 +282,8 @@ extern int llapi_hsm_state_set_fd(int fd, __u64 setmask, __u64 clearmask,
                                  __u32 archive_id);
 extern int llapi_hsm_state_set(const char *path, __u64 setmask, __u64 clearmask,
                               __u32 archive_id);
-extern int llapi_hsm_register_event_fifo(char *path);
-extern int llapi_hsm_unregister_event_fifo(char *path);
+extern int llapi_hsm_register_event_fifo(const char *path);
+extern int llapi_hsm_unregister_event_fifo(const char *path);
 extern void llapi_hsm_log_error(enum llapi_message_level level, int _rc,
                                const char *fmt, va_list args);