aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/grpc_security.h
diff options
context:
space:
mode:
authorGravatar Julien Boeuf <jboeuf@google.com>2015-11-18 21:33:58 -0800
committerGravatar Julien Boeuf <jboeuf@google.com>2015-11-18 21:33:58 -0800
commit3c957e60a3901d2d56ce57e2c1b900a8c3697ea7 (patch)
treeb3632822d65b0d03f8b803d21e1f1b1850526b20 /include/grpc/grpc_security.h
parentea44bba3b97dc2834456cc6fa96e2b341ad56f13 (diff)
Fixing implementations.
Diffstat (limited to 'include/grpc/grpc_security.h')
-rw-r--r--include/grpc/grpc_security.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/grpc/grpc_security.h b/include/grpc/grpc_security.h
index 108240d748..4f3efae4be 100644
--- a/include/grpc/grpc_security.h
+++ b/include/grpc/grpc_security.h
@@ -246,7 +246,8 @@ typedef struct {
/* The fully qualifed service url. */
const char *service_url;
- /* The method name of the RPC being called (not fully qualified). */
+ /* The method name of the RPC being called (not fully qualified).
+ Can be NULL if no method name was found. */
const char *method_name;
/* The auth_context of the channel which gives the server's identity. */