virtual-session: Advertise all config keys

This commit is contained in:
Daniel Elstner 2015-09-20 14:06:06 +02:00
parent 4619fab47a
commit 02e49ae5d2
1 changed files with 2 additions and 0 deletions

View File

@ -52,7 +52,9 @@ struct session_vdev {
static const uint32_t devopts[] = {
SR_CONF_CAPTUREFILE | SR_CONF_SET,
SR_CONF_CAPTURE_UNITSIZE | SR_CONF_GET | SR_CONF_SET,
SR_CONF_NUM_LOGIC_CHANNELS | SR_CONF_SET,
SR_CONF_SAMPLERATE | SR_CONF_GET | SR_CONF_SET,
SR_CONF_SESSIONFILE | SR_CONF_SET,
};
static int receive_data(int fd, int revents, void *cb_data)