/[fuse.before_github]/perl-llin/Fuse.xs
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /perl-llin/Fuse.xs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 93 by dpavlin, Mon May 29 09:15:28 2006 UTC revision 101 by dpavlin, Tue Aug 22 11:37:12 2006 UTC
# Line 834  perl_fuse_main(...) Line 834  perl_fuse_main(...)
834          threaded = SvIV(ST(1));          threaded = SvIV(ST(1));
835          if(threaded) {          if(threaded) {
836  #ifdef FUSE_USE_ITHREADS  #ifdef FUSE_USE_ITHREADS
837                  master_interp = PERL_GET_INTERP;                  master_interp = PERL_GET_CONTEXT;
838  #else  #else
839                  fprintf(stderr,"FUSE warning: Your script has requested multithreaded "                  fprintf(stderr,"FUSE warning: Your script has requested multithreaded "
840                                 "mode, but your perl was not built with -Dusethreads.  "                                 "mode, but your perl was not built with -Dusethreads.  "

Legend:
Removed from v.93  
changed lines
  Added in v.101

  ViewVC Help
Powered by ViewVC 1.1.26