about summary refs log tree commit homepage
path: root/cmogstored.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmogstored.h')
-rw-r--r--cmogstored.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/cmogstored.h b/cmogstored.h
index d7f37c9..f37a84c 100644
--- a/cmogstored.h
+++ b/cmogstored.h
@@ -126,6 +126,12 @@ enum mog_prio {
         MOG_PRIO_FSCK
 };
 
+enum mog_mgmt_method {
+        MOG_MGMT_METHOD_NONE = 0,
+        MOG_MGMT_METHOD_SIZE,
+        MOG_MGMT_METHOD_DIG
+};
+
 struct mog_mgmt;
 struct mog_mgmt {
         int cs;
@@ -138,6 +144,7 @@ struct mog_mgmt {
         struct mog_wbuf *wbuf; /* uncommonly needed */
         struct mog_svc *svc;
         enum Gc_hash alg;
+        enum mog_mgmt_method mgmt_method;
         LIST_ENTRY(mog_mgmt) subscribed;
 };