(struct loaded_domain): Add conversions_lock member.

This commit is contained in:
Ulrich Drepper 2007-09-24 16:04:57 +00:00
parent e6eec9cef2
commit a389bcaa40
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@ struct loaded_domain
/* Cache of charset conversions of the translated strings. */
struct converted_domain *conversions;
size_t nconversions;
__libc_rwlock_define (, conversions_lock);
const struct expression *plural;
unsigned long int nplurals;