From a8920635978c357f10c1477ea656eeee9689b374 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 14 Jun 2012 14:52:41 +0200 Subject: Add gp_ring_buffer pointer to struct gp_service. Guenther Signed-off-by: Simo Sorce --- proxy/src/gp_proxy.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'proxy') diff --git a/proxy/src/gp_proxy.h b/proxy/src/gp_proxy.h index 9bbaa81..c5d1f6f 100644 --- a/proxy/src/gp_proxy.h +++ b/proxy/src/gp_proxy.h @@ -42,6 +42,8 @@ struct gp_cred_krb5 { char *ccache; }; +struct gp_ring_buffer; + struct gp_service { char *name; uid_t euid; @@ -49,6 +51,8 @@ struct gp_service { uint32_t mechs; struct gp_cred_krb5 krb5; + + struct gp_ring_buffer *ring_buffer; }; struct gp_ring_buffer; -- cgit