summaryrefslogtreecommitdiff
path: root/dmiopt.h
diff options
context:
space:
mode:
authorJerry Hoemann <jerry.hoemann@hpe.com>2018-07-03 09:55:57 +0200
committerJean Delvare <jdelvare@suse.de>2018-07-03 09:55:57 +0200
commita40f10bcae68caf6fd00379c06f92f34ba5c8d07 (patch)
treed486220dad3e2ace91224f8e38b5582fa0adbf8c /dmiopt.h
parent29e626f6ed3edb72ebd2ca3fe0e1fbd956ab71a1 (diff)
downloaddmidecode-git-a40f10bcae68caf6fd00379c06f92f34ba5c8d07.tar.gz
dmidecode: Add option to filter output based upon handle
Add option "--handle HANDLE" to dmiopt to allow user to filter output to only those entry that matches HANDLE. Signed-off-by: Jerry Hoemann <jerry.hoemann@hpe.com> Signed-off-by: Jean Delvare <jdelvare@suse.de>
Diffstat (limited to 'dmiopt.h')
-rw-r--r--dmiopt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dmiopt.h b/dmiopt.h
index c676308..2374637 100644
--- a/dmiopt.h
+++ b/dmiopt.h
@@ -35,6 +35,7 @@ struct opt
u8 *type;
const struct string_keyword *string;
char *dumpfile;
+ u32 handle;
};
extern struct opt opt;