summaryrefslogtreecommitdiffstats
path: root/common/commands/synchronize.fbs
blob: 7c3ae9a66daef4116460419d2cf2d1755ee8a3ab (plain)
1
2
3
4
5
6
7
8
namespace Akonadi2.Commands;

table Synchronize {
    sourceSync: bool; //Synchronize with source
    localSync: bool; //Ensure all queues are processed so the local state is up-to date.
}

root_type Synchronize;