aboutsummaryrefslogtreecommitdiff
path: root/src/libventi/rpc.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-05-23 00:59:17 +0000
committerrsc <devnull@localhost>2004-05-23 00:59:17 +0000
commita09e80f9c414ffc815641d49836be3a2a6a07800 (patch)
tree0854a21767989f10d109db6949aa3861e32a579d /src/libventi/rpc.c
parent7e0e6522e576bc35b55a7182c23fb752cc1ec636 (diff)
downloadplan9port-a09e80f9c414ffc815641d49836be3a2a6a07800.tar.gz
plan9port-a09e80f9c414ffc815641d49836be3a2a6a07800.tar.bz2
plan9port-a09e80f9c414ffc815641d49836be3a2a6a07800.zip
various debugging
Diffstat (limited to 'src/libventi/rpc.c')
-rw-r--r--src/libventi/rpc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libventi/rpc.c b/src/libventi/rpc.c
index c6119e45..a3914530 100644
--- a/src/libventi/rpc.c
+++ b/src/libventi/rpc.c
@@ -3,6 +3,9 @@
* could turn this into a generic library routine rather
* than keep it Venti specific. A user-level 9P client
* could use something like this too.
+ *
+ * (Actually it does - this should be replaced with libmux,
+ * which should be renamed librpcmux.)
*
* This is a little more complicated than it might be
* because we want it to work well within and without libthread.