#include <collaboration_service.h>
Public Attributes | |
bool | auto_sync_enabled = true |
int | sync_interval_ms = 5000 |
bool | require_approval_for_sync = true |
bool | create_snapshot_before_sync = true |
Definition at line 34 of file collaboration_service.h.
bool yaze::net::CollaborationService::Config::auto_sync_enabled = true |
Definition at line 35 of file collaboration_service.h.
Referenced by yaze::net::CollaborationService::SetAutoSync(), and yaze::net::CollaborationService::ShouldAutoSync().
int yaze::net::CollaborationService::Config::sync_interval_ms = 5000 |
Definition at line 36 of file collaboration_service.h.
bool yaze::net::CollaborationService::Config::require_approval_for_sync = true |
Definition at line 37 of file collaboration_service.h.
Referenced by yaze::net::CollaborationService::SubmitChangesAsProposal().
bool yaze::net::CollaborationService::Config::create_snapshot_before_sync = true |
Definition at line 38 of file collaboration_service.h.
Referenced by yaze::net::CollaborationService::ApplyRomSync().