sndiod: rename /tmp/aucat/aucatN -> /tmp/sndio/sockN

This commit is contained in:
Alexandre Ratchov 2018-07-27 15:42:51 +02:00
parent 8018db24a0
commit 6443e1dee1
1 changed files with 3 additions and 3 deletions

View File

@ -24,11 +24,11 @@
*
* DIR [ '-' UID ] '/' FILE UNIT
*
* example: "/tmp/aucat-1000/aucat0"
* example: "/tmp/sndio-1000/sock0"
*
*/
#define SOCKPATH_DIR "/tmp/aucat"
#define SOCKPATH_FILE "aucat"
#define SOCKPATH_DIR "/tmp/sndio"
#define SOCKPATH_FILE "sock"
#define SOCKPATH_MAX (1 + \
sizeof(SOCKPATH_DIR) - 1 + \
sizeof(char) + \