aboutsummaryrefslogtreecommitdiff
path: root/worker/types/messages.go
diff options
context:
space:
mode:
Diffstat (limited to 'worker/types/messages.go')
-rw-r--r--worker/types/messages.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/worker/types/messages.go b/worker/types/messages.go
index d5f2484..2cde38f 100644
--- a/worker/types/messages.go
+++ b/worker/types/messages.go
@@ -81,6 +81,10 @@ type FetchDirectoryContents struct {
SortCriteria []*SortCriterion
}
+type FetchNativeThreadSupport struct {
+ Message
+}
+
type FetchDirectoryThreaded struct {
Message
SortCriteria []*SortCriterion
@@ -157,6 +161,11 @@ type DirectoryContents struct {
Uids []uint32
}
+type NativeThreadSupport struct {
+ Message
+ HasSupport bool
+}
+
type DirectoryThreaded struct {
Message
ThreadRoot *Thread