~ubuntu-branches/ubuntu/trusty/numactl/trusty

« back to all changes in this revision

Viewing changes to shm.h

  • Committer: Bazaar Package Importer
  • Author(s): Ian Wienand
  • Date: 2009-06-19 11:18:56 UTC
  • mfrom: (1.3.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090619111856-bp8jd6rt5iexwmst
Tags: 2.0.3-1
* New upstream
* Upstream URL in copyright is fixed (Closes: #499425)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
extern int shmflags;
9
9
 
10
10
extern void dump_shm(void);
 
11
extern void dump_shm_nodes(void);
11
12
extern void attach_shared(char *);
12
13
extern void attach_sysvshm(char *);
13
14
extern void verify_shm(int policy, struct bitmask *);