summaryrefslogtreecommitdiffstats
path: root/proxy
diff options
context:
space:
mode:
authorGünther Deschner <gdeschner@redhat.com>2012-06-14 14:52:41 +0200
committerSimo Sorce <simo@redhat.com>2012-06-25 16:49:32 -0400
commita8920635978c357f10c1477ea656eeee9689b374 (patch)
treefec2bf12e7e8e47a7fefd6f3cf6a0dd02974581b /proxy
parent50373d731e4e89adc59977c162b62bf091ee436f (diff)
downloadgss-proxy-a8920635978c357f10c1477ea656eeee9689b374.tar.gz
gss-proxy-a8920635978c357f10c1477ea656eeee9689b374.tar.xz
gss-proxy-a8920635978c357f10c1477ea656eeee9689b374.zip
Add gp_ring_buffer pointer to struct gp_service.
Guenther Signed-off-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'proxy')
-rw-r--r--proxy/src/gp_proxy.h4
1 files changed, 4 insertions, 0 deletions
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;