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