search for: quota_backend_vfuncs

Displaying 2 results from an estimated 2 matches for "quota_backend_vfuncs".

2007 Dec 10
1
Dovceot 1.0.8 compile error after rewrite patch
...n.c: At top level: trash-plugin.c:214: warning: 'struct quota_root_transaction_context' declared inside parameter list trash-plugin.c: In function 'trash_quota_root_try_alloc': trash-plugin.c:216: error: dereferencing pointer to incomplete type trash-plugin.c:220: error: 'struct quota_backend_vfuncs' has no member named 'try_alloc' trash-plugin.c:238: warning: passing argument 1 of 'trash_try_clean_mails' from incompatible pointer type trash-plugin.c: At top level: trash-plugin.c:248: warning: 'struct quota_root_transaction_context' declared inside parameter list tr...
2008 Jul 08
2
Multiple quota roots with quota-fs backend
...ogout completed. Now I known what I want... but how to get it :-) While I see no way to use namespaces and/or quota rules to configure this behavior, patching quota.c, quota-fs.c and quota-private.h seems to be an option. A downside of this is, that I've to extend the quota plugin interface (quota_backend_vfuncs) defined in quota-private.h by adding an new callback function. Since all other quota backends don't have this new function, they have to initialize it with NULL. So there are side effects to other quota backends. This is the reason why I want to discuss the above described problem (and soluti...