X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Rakka%2FStorage%2FTypes.hs;h=06870e65d82529bb722b45d7d415ba24800322b0;hb=736016f6e7b9c4ce5cec6d2fe82f8d2911783f8f;hp=8a1904171fa2817ee3a9cbdcee548cac6982586e;hpb=126e9f3faff19add1fb3dea792ec10dc57c30f03;p=Rakka.git diff --git a/Rakka/Storage/Types.hs b/Rakka/Storage/Types.hs index 8a19041..06870e6 100644 --- a/Rakka/Storage/Types.hs +++ b/Rakka/Storage/Types.hs @@ -19,5 +19,6 @@ data Storage data IndexReq - = SyncIndex + = RebuildIndex + | SyncIndex | SearchIndex !Condition !(TMVar [(PageName, RevNum)])