Skip to content

Instantly share code, notes, and snippets.

@laheadle
Created January 2, 2013 02:54
Show Gist options
  • Save laheadle/4431744 to your computer and use it in GitHub Desktop.
Save laheadle/4431744 to your computer and use it in GitHub Desktop.
typedef struct speer {
SOCKET socket;
struct sockaddr_in addr;
} speer;
#define mkspeer(tpeer) ((speer *) tpeer)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment