[Barrelfish-users] publish/subscribe with send, notify and wait
Simon Peter
speter at inf.ethz.ch
Mon Oct 3 13:53:56 CEST 2011
> What is the meaning of this line, from Hakefile:
> flounderExtraBindings = [ ("some interface", ["rpcclient"])]
This tells hake to create a make rule to build the RPC client state
machine for your program and the mentioned interface. If you don't put
it, you will not be able to run RPC on top of your message transport.
Simon
More information about the Barrelfish-users
mailing list