Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Sign in
C
criu
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • zhul
  • criu
  • Repository

Switch branch/tag
  • criu
  • test
  • others
  • rpc
  • test.py
Find file
BlameHistoryPermalink
  • Adrian Reber's avatar
    Rename version protobuf RPC members · a2565001
    Adrian Reber authored Feb 26, 2019
    In rpc.proto the interface to query the CRIU version number uses major
    and minor as keywords. This creates errors when using the RPC
    definitions with C++: https://github.com/checkpoint-restore/criu/issues/625
    
    In this commit the fields are renamed from major to major_number and
    from minor to minor_number.
    
    For existing programs using the RPC protobuf definition this should be a
    transparent change. Only for programs importing the latest rpc.proto it
    will require code changes.
    Signed-off-by: 's avatarAdrian Reber <areber@redhat.com>
    a2565001
test.py 2.09 KB
EditWeb IDE

Replace test.py

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.