summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorratchov <ratchov@openbsd.org>2010-04-06 20:19:42 +0000
committerratchov <ratchov@openbsd.org>2010-04-06 20:19:42 +0000
commit1f305d59c8c34d46321f886e3d41eb43e4ed836d (patch)
tree293e9d5e52a3db1ed5b3639892cfc3e6c211fe82
parentaucat (server): (diff)
downloadwireguard-openbsd-1f305d59c8c34d46321f886e3d41eb43e4ed836d.tar.xz
wireguard-openbsd-1f305d59c8c34d46321f886e3d41eb43e4ed836d.zip
bump (private) protocol version number
-rw-r--r--usr.bin/aucat/amsg.h4
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 */