Skip to content

Commit

Permalink
vmsdk: update const align with cc-trusted-api
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruoyu-y committed Mar 4, 2024
1 parent 7c78a5b commit d5d9ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/cctrusted_vm/sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def get_cc_eventlog(self, start:int = None, count:int = None) -> list:
self._cvm.process_eventlog()

event_logs = EventLogs(self._cvm.boot_time_event_log, self._cvm.runtime_event_log,
TcgEventLog.TCG_PCCLIENT_FORMAT)
TcgEventLog.TCG_FORMAT_PCCLIENT)

event_logs.select(start, count)

Expand Down

0 comments on commit d5d9ce6

Please sign in to comment.