summaryrefslogtreecommitdiffstats
path: root/src/polyp/internal.h
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2006-03-02 21:56:15 +0000
committerPierre Ossman <ossman@cendio.se>2006-03-02 21:56:15 +0000
commitbc97b29447bf5c9932ceccb665fa57dd7f654b36 (patch)
treef190713863f976e8e05cb9ee2b41cbaa8b433e71 /src/polyp/internal.h
parentfbaaf5acb7b391c605585971dac2b417b55f1100 (diff)
Negotiate protocol version between server and client. Will allow smoother
protocol modifications in the future. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@621 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/polyp/internal.h')
-rw-r--r--src/polyp/internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/polyp/internal.h b/src/polyp/internal.h
index 1443f7a8..82d8f7ce 100644
--- a/src/polyp/internal.h
+++ b/src/polyp/internal.h
@@ -57,6 +57,7 @@ struct pa_context {
PA_LLIST_HEAD(pa_stream, streams);
PA_LLIST_HEAD(pa_operation, operations);
+ uint32_t version;
uint32_t ctag;
uint32_t csyncid;
uint32_t error;