=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sndiod/sock.h,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/sndiod/sock.h 2020/02/26 13:53:58 1.6 --- src/usr.bin/sndiod/sock.h 2020/04/26 14:13:22 1.7 *************** *** 1,4 **** ! /* $OpenBSD: sock.h,v 1.6 2020/02/26 13:53:58 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * --- 1,4 ---- ! /* $OpenBSD: sock.h,v 1.7 2020/04/26 14:13:22 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * *************** *** 64,69 **** --- 64,70 ---- #define SOCK_CTLVAL 2 /* send value changes */ unsigned int ctlops; /* bitmap of above */ int ctlsyncpending; /* CTLSYNC waiting to be transmitted */ + unsigned int sesrefs; /* 1 if socket belongs to a session */ }; struct sock *sock_new(int fd);