diff options
| author | Tobin Ehlis <tobine@google.com> | 2016-10-20 14:17:21 -0600 |
|---|---|---|
| committer | Tobin Ehlis <tobine@google.com> | 2016-10-25 21:22:30 -0600 |
| commit | bc40776c44a7937ec0ffe6c8aad0259f673c501e (patch) | |
| tree | 6f0a9a4fb67cf9005de36539d2ef95a26d5aa1a0 /layers/core_validation.h | |
| parent | 3b5c3f2d99c1ad9dcef77352f03e2b2bec79fd98 (diff) | |
| download | usermoji-bc40776c44a7937ec0ffe6c8aad0259f673c501e.tar.xz | |
layers:Rename EVENT_NODE->EVENT_STATE
Diffstat (limited to 'layers/core_validation.h')
| -rw-r--r-- | layers/core_validation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/core_validation.h b/layers/core_validation.h index 325ecea1..9d9769cf 100644 --- a/layers/core_validation.h +++ b/layers/core_validation.h @@ -160,7 +160,7 @@ class SEMAPHORE_NODE : public BASE_NODE { bool signaled; }; -class EVENT_NODE : public BASE_NODE { +class EVENT_STATE : public BASE_NODE { public: int write_in_use; bool needsSignaled; |
