summaryrefslogtreecommitdiffstats
path: root/dhcpcd.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-06-30 16:27:15 +0000
committerRoy Marples <roy@marples.name>2008-06-30 16:27:15 +0000
commit413724d05e63d58a28a9a26d415d30e01c8b749d (patch)
tree012960749bc55a576c6385329be10c29480d3cab /dhcpcd.h
parent79f58b5d886cef4a517845062d5ba1aaae9ef421 (diff)
downloaddhcpcd-413724d05e63d58a28a9a26d415d30e01c8b749d.tar.xz
Allow clientid 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 ea0769b8..5b72eae9 100644
--- a/dhcpcd.h
+++ b/dhcpcd.h
@@ -74,7 +74,9 @@ struct options {
char hostname[MAXHOSTNAMELEN];
int fqdn;
uint8_t classid[CLASSID_MAX_LEN + 1];
+#ifdef ENABLE_CLIENTID
char clientid[CLIENTID_MAX_LEN + 1];
+#endif
#ifdef ENABLE_USERCLASS
uint8_t userclass[USERCLASS_MAX_LEN + 1];
#endif