summary refs log tree commit diff
path: root/synapse/replication/tcp/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-03-27 14:58:26 +0100
committerErik Johnston <erik@matrix.org>2017-03-30 12:54:46 +0100
commit8da6f0be480b67e6b917dc0e90a6f95d2dbd2311 (patch)
tree2d830f461a4c87c75ca71b27e3ef9b948462c35b /synapse/replication/tcp/__init__.py
parentMake federation send queue take the current position (diff)
downloadsynapse-8da6f0be480b67e6b917dc0e90a6f95d2dbd2311.tar.xz
Define the various streams we will replicate
Diffstat (limited to 'synapse/replication/tcp/__init__.py')
-rw-r--r--synapse/replication/tcp/__init__.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/synapse/replication/tcp/__init__.py b/synapse/replication/tcp/__init__.py
new file mode 100644
index 0000000000..451dae3b6c
--- /dev/null
+++ b/synapse/replication/tcp/__init__.py
@@ -0,0 +1,14 @@
+# -*- coding: utf-8 -*-
+# Copyright 2017 Vector Creations Ltd
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.