summaryrefslogtreecommitdiff
path: root/src/sysfs-show.h
diff options
context:
space:
mode:
authorMichal Schmidt <mschmidt@redhat.com>2012-04-05 08:34:05 +0200
committerMichal Schmidt <mschmidt@redhat.com>2012-04-05 11:54:13 +0200
commit348e27fedfd4cdd2238ff31a46785a70b9dc6fc0 (patch)
treed6f22a9c3fd626aaa5605d41d59a424d8b91a36d /src/sysfs-show.h
parentb8217b7bd5fd171916a095b150fad4c3a37f5a41 (diff)
job: use a lookup table for merging of job types
It is easier to see what job_type_merge() is doing when the merging rules are written in the form of a table. job_type_is_superset() contained redundant information. It can be simplified to a simple rule: Type A is a superset of B iff merging A with B gives A. Two job types are conflicting iff they are not mergeable. Make job_type_lookup_merge() the core function to decide the type merging. All other job_type_*() are just short wrappers around it. They can be inline. test-job-type gives the same results as before. btw, the systemd binary is smaller by almost 1 KB.
Diffstat (limited to 'src/sysfs-show.h')
0 files changed, 0 insertions, 0 deletions