src/dbfs/interrupt.c
branchnew-evsql
changeset 48 8b019d191353
parent 44 9e76ee9729b6
--- a/src/dbfs/interrupt.c	Sat Nov 29 00:43:35 2008 +0200
+++ b/src/dbfs/interrupt.c	Sat Nov 29 01:12:00 2008 +0200
@@ -55,4 +55,7 @@
 
     // just pass over to fuse_req_interrupt_func
     fuse_req_interrupt_func(req, _dbfs_interrupt_ctx, ctx);
+    
+    // XXX: not implemented fully
+    return -1;
 }