diff options
author | 2010-04-06 20:19:42 +0000 | |
---|---|---|
committer | 2010-04-06 20:19:42 +0000 | |
commit | 1f305d59c8c34d46321f886e3d41eb43e4ed836d (patch) | |
tree | 293e9d5e52a3db1ed5b3639892cfc3e6c211fe82 | |
parent | aucat (server): (diff) | |
download | wireguard-openbsd-1f305d59c8c34d46321f886e3d41eb43e4ed836d.tar.xz wireguard-openbsd-1f305d59c8c34d46321f886e3d41eb43e4ed836d.zip |
bump (private) protocol version number
-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 */ |