summaryrefslogtreecommitdiff
path: root/source/include/ads.h
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2004-03-22 22:49:40 +0000
committerGerald Carter <jerry@samba.org>2004-03-22 22:49:40 +0000
commit4449e0e251190b741f51348819669453f0758f36 (patch)
treea1b927ed8325cf4cdb6474f1de529688f4952f72 /source/include/ads.h
parentd0b820562b8a7f8e5d0224926d46590b9f1ca9a3 (diff)
downloadsamba-4449e0e251190b741f51348819669453f0758f36.tar.gz
bug 1195: add flag to ADS_STRUCT so we know who owns the main structure's memory (not the members though)
Diffstat (limited to 'source/include/ads.h')
-rw-r--r--source/include/ads.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/include/ads.h b/source/include/ads.h
index 65a5ade556d..5ae577efe75 100644
--- a/source/include/ads.h
+++ b/source/include/ads.h
@@ -10,6 +10,8 @@ typedef struct {
time_t last_attempt; /* last attempt to reconnect */
int ldap_port;
+ int is_mine; /* do I own this structure's memory? */
+
/* info needed to find the server */
struct {
char *realm;