Skip to content

Commit

Permalink
patch from Mark Glines to allow Fuse to be run from a non-master thread
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl-llin@101 6e4b0b00-1209-0410-87b2-b275959b5705
  • Loading branch information
dpavlin committed Aug 22, 2006
1 parent fb85a3f commit 489a2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fuse.xs
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ perl_fuse_main(...)
threaded = SvIV(ST(1));
if(threaded) {
#ifdef FUSE_USE_ITHREADS
master_interp = PERL_GET_INTERP;
master_interp = PERL_GET_CONTEXT;
#else
fprintf(stderr,"FUSE warning: Your script has requested multithreaded "
"mode, but your perl was not built with -Dusethreads. "
Expand Down

0 comments on commit 489a2bd

Please sign in to comment.