Hello everyone, I am trying to find where FUSE is initialized and the fuse_main function is called by Gluster. Normally the call by File-Systems using FUSE looks like this: int main(int argc, char *argv[]) { …. return fuse_main(argc, argv, &prefix_oper, NULL); } I can’t find any similar pattern in Gluster. The reason for those questions is, that I’m trying to integrate Gluster in a microkernel OS, to which FUSE has been ported. But to be able to use FUSE some changes have to made in calling the fuse_main. Kind regards |
_______________________________________________ Gluster-users mailing list Gluster-users@xxxxxxxxxxx http://www.gluster.org/mailman/listinfo/gluster-users