diff options
author | Steven Toth <stoth@linuxtv.org> | 2008-09-25 23:16:25 -0400 |
---|---|---|
committer | Steven Toth <stoth@linuxtv.org> | 2008-09-25 23:16:25 -0400 |
commit | 506cfbf07f4322d8a43fd8bd0055c142db5cf615 (patch) | |
tree | 45fd023e63d212e627850dd0cafdb8f4b25f37c0 /linux/include | |
parent | dd77367427f2ae6d28b7038885cb6e4d4a64631a (diff) | |
download | mediapointer-dvb-s2-506cfbf07f4322d8a43fd8bd0055c142db5cf615.tar.gz mediapointer-dvb-s2-506cfbf07f4322d8a43fd8bd0055c142db5cf615.tar.bz2 |
S2API: Implement result codes for individual commands
From: Steven Toth <stoth@linuxtv.org>
This allows application developers to determine which particular
command in a sequence is invalid, or failing with error.
Priority: normal
Signed-off-by: Steven Toth <stoth@linuxtv.org>
Diffstat (limited to 'linux/include')
-rw-r--r-- | linux/include/linux/dvb/frontend.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/include/linux/dvb/frontend.h b/linux/include/linux/dvb/frontend.h index 9c5d64864..ecac80d32 100644 --- a/linux/include/linux/dvb/frontend.h +++ b/linux/include/linux/dvb/frontend.h @@ -354,6 +354,7 @@ struct dtv_property { void *reserved2; } buffer; } u; + int result; } __attribute__ ((packed)); /* No more than 16 properties during any given ioctl */ |