Index: /trunk/server/doc/protocol.txt
===================================================================
--- /trunk/server/doc/protocol.txt (revision 608)
+++ /trunk/server/doc/protocol.txt (revision 609)
@@ -336,4 +336,6 @@
 time              32u      current UNIX time according to the server
 version           string   Version string of this server
+pointer_size      32       Default size of pointers on the host OS
+                           (generally 32 or 64)
 rusage_user       32u:32u  Accumulated user time for this process 
                            (seconds:microseconds)
@@ -364,4 +366,6 @@
 limit_maxbytes    32u      Number of bytes this server is allowed to
                            use for storage. 
+threads           32u      Number of worker threads requested.
+                           (see doc/threads.txt)
 
 
