diff options
-rw-r--r-- | proxy/src/gp_proxy.h | 4 |
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; |