X-Git-Url: http://www.project-moonshot.org/gitweb/?p=trust_router.git;a=blobdiff_plain;f=include%2Ftid_internal.h;h=8613eb86bdc194b2f31604d06eef5e31ff1b8e5b;hp=6b6fb78103621e1d4a0f3cc15c59961acd04f0c0;hb=3c5fb17459ff56d5e23cea059503f46a42150a1e;hpb=b9adb7a0845273cab35025a347c7213553aa154a diff --git a/include/tid_internal.h b/include/tid_internal.h index 6b6fb78..8613eb8 100644 --- a/include/tid_internal.h +++ b/include/tid_internal.h @@ -52,6 +52,7 @@ struct tid_srvr_blk { struct tid_resp { TID_RC result; + TR_NAME *request_id; TR_NAME *err_msg; TR_NAME *rp_realm; TR_NAME *realm; @@ -67,6 +68,7 @@ struct tid_req { int resp_sent; int conn; int free_conn; /* free conn and gss ctx*/ + TR_NAME *request_id; gss_ctx_id_t gssctx; int resp_rcvd; TR_NAME *rp_realm;