Ignore:
Timestamp:
2010-04-18T10:23:15Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c3d4bb45
Parents:
da98918
Message:

avoid costly allocation and generation of data when it is actually not necessary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/sysinfo/sysinfo.h

    rda98918 r70e2b2d  
    6868
    6969/** Generated binary data function */
    70 typedef void *(*sysinfo_fn_data_t)(struct sysinfo_item *, size_t *);
     70typedef void *(*sysinfo_fn_data_t)(struct sysinfo_item *, size_t *, bool);
    7171
    7272/** Sysinfo item binary data
Note: See TracChangeset for help on using the changeset viewer.