summaryrefslogtreecommitdiff
path: root/source4/winbind/wb_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/winbind/wb_server.h')
-rw-r--r--source4/winbind/wb_server.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/source4/winbind/wb_server.h b/source4/winbind/wb_server.h
index b5576d0f40..d86bc20fb9 100644
--- a/source4/winbind/wb_server.h
+++ b/source4/winbind/wb_server.h
@@ -124,6 +124,19 @@ struct wbsrv_pwent {
/* The libnet_ctx to use for the libnet_UserList call */
struct libnet_context *libnet_ctx;
};
+/*
+ state of a grent query
+*/
+struct wbsrv_grent {
+ /* Current UserList structure, contains 1+ user structs */
+ struct libnet_GroupList *group_list;
+
+ /* Index of the next user struct in the current UserList struct */
+ uint32_t page_index;
+
+ /* The libnet_ctx to use for the libnet_UserList call */
+ struct libnet_context *libnet_ctx;
+};
/*
state of one request