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

Use pony_alloc_msg to allocate method argument structs. #73

Merged
merged 2 commits into from
Feb 5, 2015
Merged

Use pony_alloc_msg to allocate method argument structs. #73

merged 2 commits into from
Feb 5, 2015

Conversation

kaeluka
Copy link
Contributor

@kaeluka kaeluka commented Feb 5, 2015

Will insert calls like this:

___encore_Foo_bar_oneway_msg _arg_2 = pony_alloc_msg(0, _ENC__ONEWAY_MSG_Foo_bar);

The index is always set to 0, which may or may not be broken.

Stephan Brandauer added 2 commits February 5, 2015 11:35
Will insert calls like this:

    ___encore_Foo_bar_oneway_msg _arg_2 = pony_alloc_msg(0, _ENC__ONEWAY_MSG_Foo_bar);

The index is always set to `0`, which may or may not be broken.
TobiasWrigstad added a commit that referenced this pull request Feb 5, 2015
Use `pony_alloc_msg` to allocate method argument structs.
@TobiasWrigstad TobiasWrigstad merged commit 3f57bad into parapluu:new-ponyrt Feb 5, 2015
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