Skip to content

Instantly share code, notes, and snippets.

@wackoisgod
Created August 3, 2012 18:28
Show Gist options
  • Save wackoisgod/3250220 to your computer and use it in GitHub Desktop.
Save wackoisgod/3250220 to your computer and use it in GitHub Desktop.
int size = m.ByteSize();
void *buffer = malloc(size);
m.SerializeToArray(buffer, size);
wm.set_payload(static_cast<char*>(buffer));
free(buffer);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment