This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch evas_gl_buffer_optimization
in repository efl.

View the commit online.

commit b72f157cd990e55fec926a46e47be91f63c6aab1
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Wed Jan 11 10:15:07 2017 +0900

    eo - remove the spare eo domain for now for future expansion
---
 src/lib/eo/Eo.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/eo/Eo.h b/src/lib/eo/Eo.h
index 0fc48d911c..bbd53ff4a5 100644
--- a/src/lib/eo/Eo.h
+++ b/src/lib/eo/Eo.h
@@ -571,8 +571,8 @@ typedef enum
    EFL_ID_DOMAIN_INVALID = -1, /**< Invalid */
    EFL_ID_DOMAIN_MAIN    =  0, /**< The main loop domain where eo_init() is called */
    EFL_ID_DOMAIN_SHARED  =  1, /**< A special shared domain that all threads can see but has extra locking and unlocking costs to access */
-   EFL_ID_DOMAIN_THREAD, /**< The normal domain for threads so they can adopt the main loop domain at times */
-   EFL_ID_DOMAIN_OTHER /**< A 'spare extra domain that regular threads can talk to or even set themselves to be */
+   EFL_ID_DOMAIN_THREAD /**< The normal domain for threads so they can adopt the main loop domain at times */
+   /* One more slot for future expansion here - maybe fine-grain locked objs */
 } Efl_Id_Domain;
 
 /**

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to