summaryrefslogtreecommitdiffstats
path: root/dhcpcd.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-06-30 16:35:41 +0000
committerRoy Marples <roy@marples.name>2008-06-30 16:35:41 +0000
commitd65fd32df0506c849262e1e63611c134db267745 (patch)
tree6dd6e31bf0bc688ad53cb800cb38c87dc1332750 /dhcpcd.h
parent413724d05e63d58a28a9a26d415d30e01c8b749d (diff)
downloaddhcpcd-d65fd32df0506c849262e1e63611c134db267745.tar.xz
Allow ClassID to be configured.
Diffstat (limited to 'dhcpcd.h')
-rw-r--r--dhcpcd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dhcpcd.h b/dhcpcd.h
index 5b72eae9..21ddf699 100644
--- a/dhcpcd.h
+++ b/dhcpcd.h
@@ -73,7 +73,9 @@ struct options {
char interface[IF_NAMESIZE];
char hostname[MAXHOSTNAMELEN];
int fqdn;
+#ifdef ENABLE_CLASSID
uint8_t classid[CLASSID_MAX_LEN + 1];
+#endif
#ifdef ENABLE_CLIENTID
char clientid[CLIENTID_MAX_LEN + 1];
#endif