summaryrefslogtreecommitdiff
path: root/source4/param/loadparm.h
diff options
context:
space:
mode:
authorJames Peach <jpeach@samba.org>2006-04-24 00:38:53 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:04:14 -0500
commit9d9e5abdcee6581ff42d7bdcf7b236472cbec347 (patch)
treeb79dc2522c619273d03efaeca2a0df1550d5a1bd /source4/param/loadparm.h
parent6ab33938d5239e8688440f65e802f627622d301b (diff)
downloadsamba-9d9e5abdcee6581ff42d7bdcf7b236472cbec347.tar.gz
samba-9d9e5abdcee6581ff42d7bdcf7b236472cbec347.tar.bz2
samba-9d9e5abdcee6581ff42d7bdcf7b236472cbec347.zip
r15187: Introduce new param type P_BYTES. This lets config options which specify
byte counts be given in convenient units. (This used to be commit 1b8891a2f389c1016c3cfcbe635ed86d015554d8)
Diffstat (limited to 'source4/param/loadparm.h')
-rw-r--r--source4/param/loadparm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/param/loadparm.h b/source4/param/loadparm.h
index 02fc004f9a..cbd017db7c 100644
--- a/source4/param/loadparm.h
+++ b/source4/param/loadparm.h
@@ -30,7 +30,7 @@
/* the following are used by loadparm for option lists */
typedef enum {
- P_BOOL,P_INTEGER,P_LIST,P_STRING,P_USTRING,P_ENUM,P_SEP
+ P_BOOL,P_INTEGER,P_BYTES,P_LIST,P_STRING,P_USTRING,P_ENUM,P_SEP
} parm_type;
typedef enum {