X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fldap_rq.h;h=a3505b38037f9c8b33dae4d555130f4966501bed;hb=59e9ff6243465640956b58ad1756a3ede53eca7c;hp=db459bb1b6b13c15eba654012821995006d1f000;hpb=55957253ccf9e9e5dfa122194a0ab10659b0624f;p=openldap diff --git a/include/ldap_rq.h b/include/ldap_rq.h index db459bb1b6..a3505b3803 100644 --- a/include/ldap_rq.h +++ b/include/ldap_rq.h @@ -1,7 +1,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2014 The OpenLDAP Foundation. + * Copyright 1998-2018 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -29,6 +29,7 @@ typedef struct re_s { void *arg; char *tname; char *tspec; + void *pool_cookie; } re_t; typedef struct runqueue_s {