X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fslapcommon.h;h=a5da19eb763510b2a178679a7b0ed37196ed4a82;hb=1939ed3fc29d0d1c01a0a9390d2c51ac2a85260f;hp=9584986915b176593b9115090fac21393b9c07df;hpb=acbb5cf689a4336af05c9f259d909d8141055bac;p=openldap diff --git a/servers/slapd/slapcommon.h b/servers/slapd/slapcommon.h index 9584986915..a5da19eb76 100644 --- a/servers/slapd/slapcommon.h +++ b/servers/slapd/slapcommon.h @@ -39,6 +39,7 @@ typedef struct tool_vars { int tv_continuemode; int tv_nosubordinates; int tv_dryrun; + int tv_jumpline; Filter *tv_filter; struct berval tv_sub_ndn; struct LDIFFP *tv_ldiffp; @@ -64,6 +65,7 @@ extern tool_vars tool_globals; #define be tool_globals.tv_be #define verbose tool_globals.tv_verbose +#define jumpline tool_globals.tv_jumpline #define update_ctxcsn tool_globals.tv_update_ctxcsn #define continuemode tool_globals.tv_continuemode #define nosubordinates tool_globals.tv_nosubordinates