yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::app::ActivityStatus Struct Reference

Status information for an active YAZE instance. More...

#include <activity_file.h>

Public Attributes

int pid = 0
 
std::string version
 
std::string socket_path
 
std::string active_rom
 
int64_t start_timestamp = 0
 

Detailed Description

Status information for an active YAZE instance.

This structure is serialized to JSON and written to /tmp/yaze-<pid>.status to enable discovery by the Oracle Agent Manager and other tools.

Definition at line 15 of file activity_file.h.

Member Data Documentation

◆ pid

int yaze::app::ActivityStatus::pid = 0

◆ version

std::string yaze::app::ActivityStatus::version

◆ socket_path

std::string yaze::app::ActivityStatus::socket_path

◆ active_rom

std::string yaze::app::ActivityStatus::active_rom

◆ start_timestamp

int64_t yaze::app::ActivityStatus::start_timestamp = 0

The documentation for this struct was generated from the following file: