mirror of
https://github.com/sched-ext/scx.git
synced 2024-11-25 12:10:24 +00:00
e9a9d32ab6
- combine c and kernel-examples as it's confusing to have both - rename 'rust-user' and 'c-user' to just 'rust' and 'c', which is simpler - update and fix sync-to-kernel.sh
10 lines
145 B
C
10 lines
145 B
C
#ifndef __SCX_EXAMPLE_PAIR_H
|
|
#define __SCX_EXAMPLE_PAIR_H
|
|
|
|
enum {
|
|
MAX_QUEUED = 4096,
|
|
MAX_CGRPS = 4096,
|
|
};
|
|
|
|
#endif /* __SCX_EXAMPLE_PAIR_H */
|