diff options
Diffstat (limited to 'Remote/P2P.hs')
-rw-r--r-- | Remote/P2P.hs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Remote/P2P.hs b/Remote/P2P.hs index 118262b3c..d77ac89d8 100644 --- a/Remote/P2P.hs +++ b/Remote/P2P.hs @@ -57,6 +57,11 @@ chainGen addr r u c gc = do , lockContent = Just (lock u addr connpool) , checkPresent = checkpresent u addr connpool , checkPresentCheap = False + , storeExport = Nothing + , retrieveExport = Nothing + , removeExport = Nothing + , checkPresentExport = Nothing + , renameExport = Nothing , whereisKey = Nothing , remoteFsck = Nothing , repairRepo = Nothing |