gramineproject / gramine

A library OS for Linux multi-process applications, with Intel SGX support
GNU Lesser General Public License v3.0
551 stars 184 forks source link

[common] Refactor Protected Files, part 5 #1894

Closed dimakuv closed 3 weeks ago

dimakuv commented 3 weeks ago

Description of the changes

This commit refactors PF code without changing functionality (part 5 in a series of commits). In particular, this commit renames variables, struct definitions, struct fields and functions for readability. This is the last commit in this series.

Closes #1841.

Note that this PR is based on #1869.

How to test this PR?

N/A


This change is Reviewable

woju commented 3 weeks ago

Jenkins, test this please

woju commented 3 weeks ago

Jenkins, test this please

woju commented 3 weeks ago

Jenkins, test this please

woju commented 3 weeks ago

Jenkins, test this please

woju commented 3 weeks ago

Jenkins, test this please

dimakuv commented 3 weeks ago

Superseded by #1899