Пример #1
0
 public OpenFileCompletion(Thread current, GenericINode.INodeKind fileKind, ByteBufferRef buf, int flags, int mode)
     : base(current, Kind.OpenFileCompletionKind, buf)
 {
     this.fileKind = fileKind;
     this.flags    = flags;
     this.mode     = mode;
 }
Пример #2
0
 public OpenFileCompletion(Thread current, GenericINode.INodeKind fileKind, ByteBufferRef buf, int flags, int mode)
     : base(current, Kind.OpenFileCompletionKind, buf)
 {
     this.fileKind = fileKind;
     this.flags = flags;
     this.mode = mode;
 }