Exemplo n.º 1
0
 internal ArchINode(int fd, uint size, int helperPid, INodeKind kind)
     : base(kind)
 {
     this.fd = fd;
     this.ArchInodeSize = size;
     this.helperPid = helperPid;
 }
Exemplo n.º 2
0
 internal ArchINode(int fd, uint size, int helperPid, INodeKind kind)
     : base(kind)
 {
     this.fd            = fd;
     this.ArchInodeSize = size;
     this.helperPid     = helperPid;
 }
Exemplo n.º 3
0
 internal GenericINode(INodeKind kind)
 {
     this.kind = kind;
 }
Exemplo n.º 4
0
 internal GenericINode(INodeKind kind)
 {
     this.kind = kind;
 }
Exemplo n.º 5
0
 internal AlienSharedMemoryINode(int linux_fd, int helperPid, INodeKind kind)
     : base(linux_fd, 0, helperPid, kind)
 {
 }
Exemplo n.º 6
0
 internal AlienSharedMemoryINode(int linux_fd, int helperPid, INodeKind kind)
     : base(linux_fd, 0, helperPid, kind)
 {
 }