From 55f87d90a521f73c11408383bfc3fc7d84cc70ff Mon Sep 17 00:00:00 2001 From: open-license-manager <rillf@maildrop.cc> Date: 周五, 01 8月 2014 23:52:41 +0800 Subject: [PATCH] new default identification method --- src/library/api/datatypes.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/library/api/datatypes.h b/src/library/api/datatypes.h index dad399e..7c41681 100644 --- a/src/library/api/datatypes.h +++ b/src/library/api/datatypes.h @@ -93,7 +93,7 @@ * in most cases. */ typedef enum { - DEFAULT, ETHERNET, IP_ADDRESS, DISK_NUM, DISK_LABEL + DEFAULT, ETHERNET, IP_ADDRESS, DISK_NUM, PLATFORM_SPECIFIC, STRATEGY_UNKNOWN } IDENTIFICATION_STRATEGY; #ifdef __cplusplus -- Gitblit v1.9.1