Skip to content

Commit

Permalink
[Protocol] Define the asyninfo response structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
abh3 committed Oct 18, 2019
1 parent af832de commit db1a488
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/XProtocol/XProtocol.hh
Expand Up @@ -886,6 +886,13 @@ struct ServerResponseBody_Attn {
char parms[4096]; // Should be sufficient for every use
};

struct ServerResponseBody_Attn_asyninfo {
kXR_int32 actnum;
kXR_char streamid[2];
kXR_unt16 reqcode;
char data[4092];
};

struct ServerResponseBody_Attn_asyncrd {
kXR_int32 actnum;
kXR_int32 port;
Expand Down

0 comments on commit db1a488

Please sign in to comment.