NameDateSize

..25-Jul-201914

HakefileH A D23-Mar-2020890

menu.lstH A D25-Jul-20191.1 KiB

README.txtH A D25-Jul-2019361

rpc_msg.cH A D23-Mar-20205.7 KiB

rpc_rpc.cH A D23-Mar-20205.1 KiB

xmplrpc.ifH A D23-Mar-2020432

README.txt

1The interface definition file xmplrpc.if must be in /if.  Also 
2the /if/Hakefile must specify this interface under flounderGenDefs. 
3For example:
4
5-- whereas these are using the new-style bindings
6[ flounderGenDefs (options arch) f
7      | f <- [ "bcast",
8               "bench",
9	       ...
10               "xmplrpc"]
11             arch <- allArchitectures
12] ++
13