Skip to content
  • Josh Snyder's avatar
    taskstats: fix padding · 9ab87fe1
    Josh Snyder authored
    The ac_uid field is aligned on an 8-byte boundary: pad to suit it (#295)
    
    Python's built in padding doesn't work in this case because we have a
    4-byte field with __attribute__((aligned(8))) specified on it.
    9ab87fe1