Documentation ¶
Index ¶
- Variables
- type SignalfdEntry
- func (*SignalfdEntry) Descriptor() ([]byte, []int)deprecated
- func (x *SignalfdEntry) GetFlags() uint32
- func (x *SignalfdEntry) GetFown() *fown.FownEntry
- func (x *SignalfdEntry) GetId() uint32
- func (x *SignalfdEntry) GetSigmask() uint64
- func (*SignalfdEntry) ProtoMessage()
- func (x *SignalfdEntry) ProtoReflect() protoreflect.Message
- func (x *SignalfdEntry) Reset()
- func (x *SignalfdEntry) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_signalfd_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type SignalfdEntry ¶
type SignalfdEntry struct { Id *uint32 `protobuf:"varint,1,req,name=id" json:"id,omitempty"` Flags *uint32 `protobuf:"varint,2,req,name=flags" json:"flags,omitempty"` Fown *fown.FownEntry `protobuf:"bytes,3,req,name=fown" json:"fown,omitempty"` Sigmask *uint64 `protobuf:"varint,4,req,name=sigmask" json:"sigmask,omitempty"` // contains filtered or unexported fields }
func (*SignalfdEntry) Descriptor
deprecated
func (*SignalfdEntry) Descriptor() ([]byte, []int)
Deprecated: Use SignalfdEntry.ProtoReflect.Descriptor instead.
func (*SignalfdEntry) GetFlags ¶
func (x *SignalfdEntry) GetFlags() uint32
func (*SignalfdEntry) GetFown ¶
func (x *SignalfdEntry) GetFown() *fown.FownEntry
func (*SignalfdEntry) GetId ¶
func (x *SignalfdEntry) GetId() uint32
func (*SignalfdEntry) GetSigmask ¶
func (x *SignalfdEntry) GetSigmask() uint64
func (*SignalfdEntry) ProtoMessage ¶
func (*SignalfdEntry) ProtoMessage()
func (*SignalfdEntry) ProtoReflect ¶
func (x *SignalfdEntry) ProtoReflect() protoreflect.Message
func (*SignalfdEntry) Reset ¶
func (x *SignalfdEntry) Reset()
func (*SignalfdEntry) String ¶
func (x *SignalfdEntry) String() string
Click to show internal directories.
Click to hide internal directories.