mirror of
https://github.com/ksherlock/profuse.git
synced 2025-01-10 07:30:09 +00:00
git-svn-id: https://profuse.googlecode.com/svn/branches/v2@195 aa027e90-d47c-11dd-86d7-074df07e0730
This commit is contained in:
parent
525b69a333
commit
9bca60e977
@ -277,8 +277,10 @@ int main(int argc, char **argv)
|
||||
{
|
||||
struct fuse_session* se;
|
||||
|
||||
se = fuse_lowlevel_new(&args, &pascal_ops, sizeof(pascal_ops), fVolume);
|
||||
std::printf("Mounting ``%s'' on ``%s''\n", fVolume->name(), mountpoint);
|
||||
|
||||
se = fuse_lowlevel_new(&args, &pascal_ops, sizeof(pascal_ops), fVolume);
|
||||
|
||||
if (se) do {
|
||||
//foreground = 1;
|
||||
//multithread = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user