diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2010-04-06 20:19:43 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2010-04-06 20:19:43 +0000 |
commit | c38c0d7f268383b870e7e84e4583fae9d86a8c76 (patch) | |
tree | 455d806f3c163e9e010819d319d82382b5387745 /usr.bin/aucat | |
parent | 2f0029d887ad28970097e28bce6373cc22d35c2d (diff) |
bump (private) protocol version number
Diffstat (limited to 'usr.bin/aucat')
-rw-r--r-- | usr.bin/aucat/amsg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/aucat/amsg.h b/usr.bin/aucat/amsg.h index 911cf572f16..f5dd3030e1f 100644 --- a/usr.bin/aucat/amsg.h +++ b/usr.bin/aucat/amsg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: amsg.h,v 1.15 2010/04/06 20:07:01 ratchov Exp $ */ +/* $OpenBSD: amsg.h,v 1.16 2010/04/06 20:19:42 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -90,7 +90,7 @@ struct amsg { #define AMSG_MON 0x10 /* audio monitoring */ #define AMSG_RECMASK (AMSG_REC | AMSG_MON) /* can record ? */ uint16_t proto; /* protocol type */ -#define AMSG_VERSION 1 +#define AMSG_VERSION 2 uint8_t version; /* protocol version */ uint8_t reserved1[5]; /* for future use */ char opt[12]; /* profile name */ |