->max_alloc to krb5_storage and use it

This commit is contained in:
Love Hornquist Astrand
2011-05-08 00:16:02 -07:00
parent 35652e4a03
commit bd2d4c2f79
7 changed files with 87 additions and 10 deletions

View File

@@ -43,6 +43,7 @@ struct krb5_storage_data {
void (*free)(struct krb5_storage_data*);
krb5_flags flags;
int eof_code;
size_t max_alloc;
};
#endif /* __store_int_h__ */