Add mode setting to socket directory creation
[ust.git] / libustcomm / ustcomm.h
index db3811961b2b8481aeed2704cb1333fd95dab0fd..d16aec79fc9aa4b79cba8f2f72383665e58bd5c3 100644 (file)
@@ -119,7 +119,7 @@ struct ustcomm_notify_buf_mapped {
 };
 
 /* Ensure directory existence, usefull for unix sockets */
-extern int ensure_dir_exists(const char *dir);
+extern int ensure_dir_exists(const char *dir, mode_t mode);
 
 /* Create and delete sockets */
 extern struct ustcomm_sock * ustcomm_init_sock(int fd, int epoll_fd,
This page took 0.02336 seconds and 4 git commands to generate.