From c38c0d7f268383b870e7e84e4583fae9d86a8c76 Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Tue, 6 Apr 2010 20:19:43 +0000 Subject: bump (private) protocol version number --- usr.bin/aucat/amsg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/aucat') 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 * @@ -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 */ -- cgit v1.2.3