summaryrefslogtreecommitdiffstats
path: root/server/glz_encoder_dictionary_protected.h
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2012-08-30 10:35:47 +0300
committerAlon Levy <alevy@redhat.com>2012-08-30 17:08:09 +0300
commit4f7876e4c86b284db33c50888b759fbd71a630b1 (patch)
tree611c6c464811a48a1e77e808336f1ac7d30cc105 /server/glz_encoder_dictionary_protected.h
parent1dbe5af2ac25b32578a17a33bf142b173afd72e6 (diff)
downloadspice-4f7876e4c86b284db33c50888b759fbd71a630b1.tar.gz
spice-4f7876e4c86b284db33c50888b759fbd71a630b1.tar.xz
spice-4f7876e4c86b284db33c50888b759fbd71a630b1.zip
server: s/max_encdoers/max_encoders/
Diffstat (limited to 'server/glz_encoder_dictionary_protected.h')
-rw-r--r--server/glz_encoder_dictionary_protected.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/glz_encoder_dictionary_protected.h b/server/glz_encoder_dictionary_protected.h
index ae7fdc20..ee1f8d8e 100644
--- a/server/glz_encoder_dictionary_protected.h
+++ b/server/glz_encoder_dictionary_protected.h
@@ -119,7 +119,7 @@ struct SharedDictionary {
#endif
uint64_t last_image_id;
- uint32_t max_encdoers;
+ uint32_t max_encoders;
pthread_mutex_t lock;
pthread_rwlock_t rw_alloc_lock;
GlzEncoderUsrContext *cur_usr; // each encoder has other context.