Skip to content

Commit e729cc0

Browse files
Adam Barthcopybara-github
authored andcommitted
[roll] Roll fuchsia [starnix][aio] Refactor AIO logic into aio.rs
This CL moves the bulk of the async I/O logic from the syscall entry points into the AIO domain objects. This change lets us make many types and fields private to aio.rs. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1133717 Original-Revision: 00192810c7d2656bc2ac874515f1e1165200e97f GitOrigin-RevId: 8c6a0056ed4f639a28ef26d363a427cad07527fe Change-Id: I4ca124af3aaff991c518fea2faf66ab2e89f9c23
1 parent ca2e416 commit e729cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stem

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
githooks="integration/git-hooks"
1212
remote="https://fuchsia.googlesource.com/fuchsia"
1313
gerrithost="https://fuchsia-review.googlesource.com"
14-
revision="7e5bfb887caa3b88e71abc8b996d6a6238a78c32"/>
14+
revision="00192810c7d2656bc2ac874515f1e1165200e97f"/>
1515
</projects>
1616
<hooks>
1717
<hook name="install-environment"

0 commit comments

Comments
 (0)