aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/tsi/alts_transport_security.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/tsi/alts_transport_security.h')
-rw-r--r--src/core/tsi/alts_transport_security.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/core/tsi/alts_transport_security.h b/src/core/tsi/alts_transport_security.h
index d6b8e11137..f4319d10d2 100644
--- a/src/core/tsi/alts_transport_security.h
+++ b/src/core/tsi/alts_transport_security.h
@@ -27,21 +27,12 @@
#include "src/core/lib/gprpp/thd.h"
typedef struct alts_shared_resource {
- grpc_core::Thread thread;
grpc_channel* channel;
- grpc_completion_queue* cq;
gpr_mu mu;
- gpr_cv cv;
- bool is_cq_drained;
} alts_shared_resource;
/* This method returns the address of alts_shared_resource object shared by all
* TSI handshakes. */
alts_shared_resource* alts_get_shared_resource(void);
-/* This method signals the thread that invokes grpc_tsi_alts_shutdown() to
- * continue with destroying the cq as a part of shutdown process. */
-
-void grpc_tsi_alts_signal_for_cq_destroy(void);
-
#endif /* GRPC_CORE_TSI_ALTS_TRANSPORT_SECURITY_H */