]> granicus.if.org Git - sysstat/blob - prealloc.in
NLS: Sync with translation project
[sysstat] / prealloc.in
1 /*
2  * sysstat: System performance tools for Linux
3  * (C) 1999-2016 by Sebastien Godard (sysstat <at> orange.fr)
4  */
5
6 #ifndef _PREALLOC_H
7 #define _PREALLOC_H
8
9 /* Preallocation constants for sar */
10 #define NR_IFACE_PREALLOC       (2 * @PREALLOC_FACTOR@)
11 #define NR_SERIAL_PREALLOC      (2 * @PREALLOC_FACTOR@)
12 #define NR_DISK_PREALLOC        (3 * @PREALLOC_FACTOR@)
13 #define NR_FREQ_PREALLOC        (0 * @PREALLOC_FACTOR@)
14 #define NR_USB_PREALLOC         (5 * @PREALLOC_FACTOR@)
15 #define NR_FILESYSTEM_PREALLOC  (3 * @PREALLOC_FACTOR@)
16 #define NR_FCHOST_PREALLOC      (1 * @PREALLOC_FACTOR@)
17
18 #endif  /* _PREALLOC_H */