You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--^ Sink for @Logger_Write@, called repeatedly by the daemon
49
49
-- to dump us some data. Used by @ExportPath@ operation.
50
+
, remoteStoreStateMDataSinkSize::MaybeWord64
51
+
--^ Byte length to be written to the sink, for NarForPath
50
52
, remoteStoreStateMNarSource::Maybe (NarSourceIO)
51
53
}
52
54
@@ -80,6 +82,7 @@ data RemoteStoreError
80
82
| RemoteStoreError_DataSourceZeroLengthRead-- remoteStoreStateMDataSource returned a zero length ByteString
81
83
| RemoteStoreError_DataSourceReadTooLarge-- remoteStoreStateMDataSource returned a ByteString larger than the chunk size requested or the remaining bytes
82
84
| RemoteStoreError_NoDataSinkProvided-- remoteStoreStateMDataSink is required but it is Nothing
85
+
| RemoteStoreError_NoDataSinkSizeProvided-- remoteStoreStateMDataSinkSize is required but it is Nothing
0 commit comments