Skip to content

Commit

Permalink
Merge pull request #16 from Ruoyu-y/update_const
Browse files Browse the repository at this point in the history
vmsdk: update const align with cc-trusted-api
  • Loading branch information
wenhuizhang authored Mar 5, 2024
2 parents c8e8b23 + d5d9ce6 commit 4547615
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 4547615

Please sign in to comment.