summaryrefslogtreecommitdiff
path: root/transfer.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-01-18 22:03:33 +0100
committerAnton Khirnov <anton@khirnov.net>2020-01-26 20:15:47 +0100
commitc4bf2e6d39784b3357ac6e0239220a3213d33e47 (patch)
treeeea2e55fc2a8d1651002af67a7052a8b9e2a1dba /transfer.h
parent62c92eea4ec4859fff5002931e2d7d562b3deb5d (diff)
Add weighted restriction.fw_generic
Diffstat (limited to 'transfer.h')
-rw-r--r--transfer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/transfer.h b/transfer.h
index 5c434e3..20896e0 100644
--- a/transfer.h
+++ b/transfer.h
@@ -33,6 +33,10 @@ enum GridTransferOperator {
GRID_TRANSFER_FW_2,
GRID_TRANSFER_FW_3,
GRID_TRANSFER_FW_4,
+
+ GRID_TRANSFER_FW_1_GENERIC,
+ GRID_TRANSFER_FW_3_GENERIC,
+ GRID_TRANSFER_FW_5_GENERIC,
};
/**