-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from savi-lang/update/latest-savi
Update for breaking `AsioEvent` changes in latest Savi version.
- Loading branch information
Showing
7 changed files
with
42 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
:module _FFI | ||
:ffi pony_asio_event_fd(event AsioEvent.ID) U32 | ||
:ffi pony_asio_event_unsubscribe(event AsioEvent.ID) None | ||
:ffi pony_asio_event_destroy(event AsioEvent.ID) None | ||
|
||
:ffi pony_os_listen_tcp(owner AsioEvent.Actor, host CPointer(U8), service CPointer(U8)) AsioEvent.ID | ||
:ffi pony_os_accept(event AsioEvent.ID) U32 | ||
:ffi pony_os_socket_close(fd U32) None | ||
:ffi pony_os_errno OSError | ||
:ffi pony_os_sockname(fd U32, net_addr _NetAddress'ref) None | ||
:ffi pony_os_ipv4(net_addr _NetAddress'box) Bool | ||
:ffi pony_os_ipv6(net_addr _NetAddress'box) Bool |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters