Update of /cvsroot/monetdb/pathfinder/compiler/include
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18319/compiler/include

Modified Files:
        ns.h 
Log Message:
- added options in compiler

    xrpc:bulkrpc "yes"|"no"
    xrpc:isolation "none"|"repeatable"
    xrpc:timeout "<sec>"

- xrpc_client.mx: added implementation of one-rpc-a-time
- added tests for the new PROC doIterativeRPC, and adjusted existing
  tests
- approved sigs_xrpc and procs due to changes in signature
  NOTE: would some please approve the changes in the signature of
  'UpdateTape' and 'step' in "procs"?

 


U ns.h
Index: ns.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/ns.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- ns.h        11 Jan 2008 10:47:07 -0000      1.16
+++ ns.h        28 Mar 2008 20:47:52 -0000      1.17
@@ -102,6 +102,11 @@
  */ 
 extern PFns_t PFns_tijah;
 
+/**
+ * Pathfinder's namespace for XRPC extension.
+ */ 
+extern PFns_t PFns_xrpc;
+
 #ifdef HAVE_PROBXML
 /**
  * Pathfinder's namespace for additional pxml support functions (pxmlsup:...)


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to