aboutsummaryrefslogtreecommitdiff
path: root/layers/device_limits.h
diff options
context:
space:
mode:
authorMichael Lentine <mlentine@google.com>2016-01-28 14:20:46 -0600
committerTobin Ehlis <tobine@google.com>2016-02-03 15:51:51 -0700
commit52ef57d311940634489550540a7c19bf7c952958 (patch)
tree8fe16230f83d2b4864aec879fb9cebddfdb268b2 /layers/device_limits.h
parent62da1b807d86e45449c7aaf714de3d939f8bee09 (diff)
downloadusermoji-52ef57d311940634489550540a7c19bf7c952958.tar.xz
layers: Add check to make sure inherited queries in enabled before use.
Diffstat (limited to 'layers/device_limits.h')
-rw-r--r--layers/device_limits.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/layers/device_limits.h b/layers/device_limits.h
index ac6e23ea..3ef91043 100644
--- a/layers/device_limits.h
+++ b/layers/device_limits.h
@@ -41,6 +41,7 @@ typedef enum _DEV_LIMITS_ERROR
DEVLIMITS_NONE, // Used for INFO & other non-error messages
DEVLIMITS_INVALID_INSTANCE, // Invalid instance used
DEVLIMITS_INVALID_PHYSICAL_DEVICE, // Invalid physical device used
+ DEVLIMITS_INVALID_INHERITED_QUERY, // Invalid use of inherited query
DEVLIMITS_MUST_QUERY_COUNT, // Failed to make initial call to an API to query the count
DEVLIMITS_MUST_QUERY_PROPERTIES, // Failed to make initial call to an API to query properties
DEVLIMITS_INVALID_CALL_SEQUENCE, // Flag generic case of an invalid call sequence by the app