Skip to content

jonasnick/versioned-param

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playground for Versioned Structs Parameters in C

This implements and idea mentioned by Ingo Molnar on the Linux Kernel Mailing List for designing C interfaces that are binary backward and forward compatible. In particular, it resembles the perf_event_attr struct parameter of the perf_event_open Linux syscall.

$ nix-build --no-out-link -A test

App 0.1 linked to lib 0.1
What is the answer?
  - 42
  - 5 (discordia)

App 0.1 linked to lib 0.2
What is the answer?
  - 42
  - 5 (discordia)

App 0.2 linked to lib 0.2
What is the answer?
  - 42
  - 5 (discordia)
  - 23 (illuminati)

App 0.2 linked to lib 0.1
What is the answer?
  - 42
  - 5 (discordia)
  - 0 (illuminati)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published