enarx-archive / sallyport

API for the hypervisor-microkernel boundary
Apache License 2.0
7 stars 6 forks source link

[Feature]: get rid of core_ffi_c #146

Closed jarkkojs closed 2 years ago

jarkkojs commented 2 years ago

Is there an existing issue for this?

Description

mustikka in sallyport on  feat/enarxcall/reset-sgx-permissions [?] is 📦 v0.3.0 
$ git grep "[^a-z_]c_[a-z_]*" | sed 's/.*\(c_[a-z]*\).*/\1/g' | sort | uniq
c_char
c_int
c_long
c_path
c_short
c_size
c_uint
c_ulong
c_void

Refactor:

Acceptance Criteria

No response

Suggestions for a technical implementation

No response

haraldh commented 2 years ago

no

jarkkojs commented 2 years ago

you probably know better