X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=libustcomm%2Fustcomm.h;fp=libustcomm%2Fustcomm.h;h=d16aec79fc9aa4b79cba8f2f72383665e58bd5c3;hb=304f67a5f2d2eaaa7407c09b2ac7d6e049bccf1f;hp=db3811961b2b8481aeed2704cb1333fd95dab0fd;hpb=dbd75de7b2c05c98d6171bc531a1ecb23fb7e80d;p=ust.git diff --git a/libustcomm/ustcomm.h b/libustcomm/ustcomm.h index db38119..d16aec7 100644 --- a/libustcomm/ustcomm.h +++ b/libustcomm/ustcomm.h @@ -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,