From d277b13ced0983d67b22d78e06d692a966e3c6f1 Mon Sep 17 00:00:00 2001 From: Rafal Szczesniak Date: Wed, 16 Nov 2005 20:53:54 +0000 Subject: [PATCH] r11750: More comments. --- source/libnet/libnet_rpc.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/source/libnet/libnet_rpc.h b/source/libnet/libnet_rpc.h index fd65985b137..708084cf589 100644 --- a/source/libnet/libnet_rpc.h +++ b/source/libnet/libnet_rpc.h @@ -24,9 +24,10 @@ */ enum libnet_RpcConnect_level { - LIBNET_RPC_CONNECT_SERVER, /* connect to a standalone rpc server */ - LIBNET_RPC_CONNECT_PDC, /* connect to a domain pdc */ - LIBNET_RPC_CONNECT_BINDING /* specified binding string */ + LIBNET_RPC_CONNECT_SERVER, /* connect to a standalone rpc server */ + LIBNET_RPC_CONNECT_PDC, /* connect to a domain pdc (resolves domain + name to a pdc address before connecting) */ + LIBNET_RPC_CONNECT_BINDING /* specified binding string */ }; struct libnet_RpcConnect { -- 2.11.4.GIT