diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2016-10-06 20:08:14 +0200 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@google.com> | 2016-10-10 16:13:26 +0200 |
| commit | 7311e016f3cd79d2563ed06e6488c2d96be5d1f5 (patch) | |
| tree | f11ec919cad753f0c4320203b6705ba6b6578396 /sys/sndtimer.txt | |
| parent | ef3ee4ad565e07708be5244643ac9adcba33ad28 (diff) | |
Rename duplicate fields in templates
Diffstat (limited to 'sys/sndtimer.txt')
| -rw-r--r-- | sys/sndtimer.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/sndtimer.txt b/sys/sndtimer.txt index bddfa1a22..67e0a13a8 100644 --- a/sys/sndtimer.txt +++ b/sys/sndtimer.txt @@ -32,12 +32,12 @@ snd_timer_ginfo { # TODO: the following two fields should be a fixed-size embeded string. id array[int8, 64] name array[int8, 80] - pad const[0, intptr] + pad1 const[0, intptr] res intptr resmin intptr resmax intptr clients int32 - pad array[const[0, int8], 32] + pad2 array[const[0, int8], 32] } snd_timer_gparams { @@ -64,7 +64,7 @@ snd_timer_params { flags flags[snd_timer_flags, int32] ticks int32 qsize int32 - pad const[0, int32] + pad1 const[0, int32] filter flags[snd_timer_filter, int32] - pad array[const[0, int8], 60] + pad2 array[const[0, int8], 60] } |
