summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Demo/rpc/nfsclient.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Demo/rpc/nfsclient.py b/Demo/rpc/nfsclient.py
index 7a3a87d..82e5b17 100644
--- a/Demo/rpc/nfsclient.py
+++ b/Demo/rpc/nfsclient.py
@@ -1,5 +1,8 @@
# NFS RPC client -- RFC 1094
+# XXX This is not yet complete.
+# XXX Only GETATTR, SETTTR, LOOKUP and READDIR are supported.
+
# (See mountclient.py for some hints on how to write RPC clients in
# Python in general)