Skip to content

Commit 23fb1dd

Browse files
authored
Make gw_ds_complete less public (#1175)
This fixes an issue when building `propolis-standalone`
1 parent ae8630f commit 23fb1dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upstairs/src/guest.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ impl GuestWork {
244244
* This may include moving data buffers from completed reads.
245245
*/
246246
#[instrument]
247-
pub async fn gw_ds_complete(
247+
pub(crate) async fn gw_ds_complete(
248248
&mut self,
249249
gw_id: GuestWorkId,
250250
ds_id: JobId,

0 commit comments

Comments
 (0)