diff options
Diffstat (limited to 'src/lib/edje')
-rw-r--r-- | src/lib/edje/edje_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/edje/edje_private.h b/src/lib/edje/edje_private.h index a4a334ccc0..3c9916a35d 100644 --- a/src/lib/edje/edje_private.h +++ b/src/lib/edje/edje_private.h | |||
@@ -1096,6 +1096,7 @@ struct _Edje_Part_Collection | |||
1096 | unsigned int strncmp_count; | 1096 | unsigned int strncmp_count; |
1097 | unsigned int strrncmp_count; | 1097 | unsigned int strrncmp_count; |
1098 | unsigned int nocmp_count; | 1098 | unsigned int nocmp_count; |
1099 | unsigned int total_count; | ||
1099 | } programs; | 1100 | } programs; |
1100 | 1101 | ||
1101 | struct { /* list of limit that need to be monitored */ | 1102 | struct { /* list of limit that need to be monitored */ |