On Wed, Apr 1, 2015 at 7:52 AM, Martin Pieuchot <[email protected]> wrote:
> On 31/03/15(Tue) 23:06, David Higgs wrote: > > This was much more straightforward than expected. > > > > - Replace an array with a LIST of allocated sensors. > > - Remove or rescope variables counting sensors. > > - Allocated sensors are always attached. > > - Drop an unnecessary size calculation. > > Do you need this for an upcoming change? I fail to see the benefit to > have a malloc(9) call per item, afaik theses items are really small and > you have at most 10 of them... > > No, I just extrapolated too much from your suggestion to put attached sensors on a LIST. I'll adjust and resubmit. Thanks. --david
