X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=Rakka%2FStorage%2FTypes.hs;h=06870e65d82529bb722b45d7d415ba24800322b0;hb=bf15724655b75bf1b8f0fdabb111c158a91680a8;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)])