Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean CGC artifacts from linux model #36

Merged
merged 9 commits into from
Mar 1, 2017
Merged

Clean CGC artifacts from linux model #36

merged 9 commits into from
Mar 1, 2017

Conversation

offlinemark
Copy link
Contributor

No description provided.

@@ -481,9 +481,9 @@ def _putState(self, state):
receive_size = 0
transmit_size = 0
for sysname, fd, data in state.model.syscall_trace:
if sysname == '_receive':
if sysname in ('_receive', '_read'):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executor registering a callback on model.read model.write. Is that the future?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, sounds like a good idea

@offlinemark offlinemark merged commit 66c37d5 into master Mar 1, 2017
@offlinemark offlinemark deleted the dev-clean-cgc branch March 1, 2017 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants