
This program demonstrate send/receive of a binary tree.
It has one RPC function test_tree(struct t_node*over, struct t_node *back);

The client builds a tree, and send it to over via argument over,
the server prints the tree upon receipt. Then it builds another
tree and passes it back to client.


Test it:

% treeserv &

% treeclnt localhost 


