~dannf/ubuntu/trusty/numactl/arm64

« back to all changes in this revision

Viewing changes to affinity.h

  • Committer: Package Import Robot
  • Author(s): Ian Wienand
  • Date: 2012-11-15 12:20:29 UTC
  • mfrom: (1.3.9)
  • Revision ID: package-import@ubuntu.com-20121115122029-df53pmew2v1ydcsg
Tags: 2.0.8-1
New upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
        NO_IO_AFFINITY = -2
3
3
};
4
4
 
5
 
int resolve_affinity(char *id, struct bitmask *mask);
 
5
int resolve_affinity(const char *id, struct bitmask *mask);
6
6