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

Problem: need example of passing method arguments #4

Merged
merged 1 commit into from
Feb 16, 2015
Merged

Problem: need example of passing method arguments #4

merged 1 commit into from
Feb 16, 2015

Conversation

hintjens
Copy link
Collaborator

@hintjens hintjens commented Jan 4, 2015

Solution: extend START and START-OK commands with height argument
that the server can echo back to client. See wap_client.c test case
for this.

Solution: extend START and START-OK commands with height argument
that the server can echo back to client. See wap_client.c test case
for this.
@@ -177,7 +177,7 @@ prepare_get_command (client_t *self)
static void
signal_have_get_ok (client_t *self)
{
zsock_send (self->cmdpipe, "sip", "GET OK", 0,
zsock_send (self->cmdpipe, "sip", "GET OK", 0,
wap_proto_get_tx_data (self->message));
Copy link
Owner

Choose a reason for hiding this comment

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

How does this change relate to the "start" command whoss behaviour we're trying to change?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Whitespace change, not significant.

On Sun, Jan 4, 2015 at 4:27 PM, oranjuice notifications@github.com wrote:

In src/wap_client.c
#4 (diff):

@@ -177,7 +177,7 @@ prepare_get_command (client_t *self)
static void
signal_have_get_ok (client_t *self)
{

  • zsock_send (self->cmdpipe, "sip", "GET OK", 0,
  • zsock_send (self->cmdpipe, "sip", "GET OK", 0,
    wap_proto_get_tx_data (self->message));

How does this change relate to the "start" command whoss behaviour we're
trying to change?


Reply to this email directly or view it on GitHub
https://github.com/oranjuice/monero-0mq/pull/4/files#r22439996.

Copy link
Owner

Choose a reason for hiding this comment

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

oh, I'm sorry. I mistook the next line as an addition :)

oranjuice added a commit that referenced this pull request Feb 16, 2015
Problem: need example of passing method arguments
@oranjuice oranjuice merged commit 3196a95 into oranjuice:master Feb 16, 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