Server IP : 66.29.132.122 / Your IP : 18.225.57.228 Web Server : LiteSpeed System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : admazpex ( 531) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /usr/lib/python2.7/site-packages/pycriu/images/ |
Upload File : |
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: siginfo.proto import sys _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database from google.protobuf import descriptor_pb2 # @@protoc_insertion_point(imports) _sym_db = _symbol_database.Default() DESCRIPTOR = _descriptor.FileDescriptor( name='siginfo.proto', package='', syntax='proto2', serialized_pb=_b('\n\rsiginfo.proto\" \n\rsiginfo_entry\x12\x0f\n\x07siginfo\x18\x01 \x02(\x0c\"5\n\x12signal_queue_entry\x12\x1f\n\x07signals\x18\x01 \x03(\x0b\x32\x0e.siginfo_entry') ) _SIGINFO_ENTRY = _descriptor.Descriptor( name='siginfo_entry', full_name='siginfo_entry', filename=None, file=DESCRIPTOR, containing_type=None, fields=[ _descriptor.FieldDescriptor( name='siginfo', full_name='siginfo_entry.siginfo', index=0, number=1, type=12, cpp_type=9, label=2, has_default_value=False, default_value=_b(""), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, options=None, file=DESCRIPTOR), ], extensions=[ ], nested_types=[], enum_types=[ ], options=None, is_extendable=False, syntax='proto2', extension_ranges=[], oneofs=[ ], serialized_start=17, serialized_end=49, ) _SIGNAL_QUEUE_ENTRY = _descriptor.Descriptor( name='signal_queue_entry', full_name='signal_queue_entry', filename=None, file=DESCRIPTOR, containing_type=None, fields=[ _descriptor.FieldDescriptor( name='signals', full_name='signal_queue_entry.signals', index=0, number=1, type=11, cpp_type=10, label=3, has_default_value=False, default_value=[], message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, options=None, file=DESCRIPTOR), ], extensions=[ ], nested_types=[], enum_types=[ ], options=None, is_extendable=False, syntax='proto2', extension_ranges=[], oneofs=[ ], serialized_start=51, serialized_end=104, ) _SIGNAL_QUEUE_ENTRY.fields_by_name['signals'].message_type = _SIGINFO_ENTRY DESCRIPTOR.message_types_by_name['siginfo_entry'] = _SIGINFO_ENTRY DESCRIPTOR.message_types_by_name['signal_queue_entry'] = _SIGNAL_QUEUE_ENTRY _sym_db.RegisterFileDescriptor(DESCRIPTOR) siginfo_entry = _reflection.GeneratedProtocolMessageType('siginfo_entry', (_message.Message,), dict( DESCRIPTOR = _SIGINFO_ENTRY, __module__ = 'siginfo_pb2' # @@protoc_insertion_point(class_scope:siginfo_entry) )) _sym_db.RegisterMessage(siginfo_entry) signal_queue_entry = _reflection.GeneratedProtocolMessageType('signal_queue_entry', (_message.Message,), dict( DESCRIPTOR = _SIGNAL_QUEUE_ENTRY, __module__ = 'siginfo_pb2' # @@protoc_insertion_point(class_scope:signal_queue_entry) )) _sym_db.RegisterMessage(signal_queue_entry) # @@protoc_insertion_point(module_scope)