summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-01-20 22:19:09 +0100
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-01-20 22:19:09 +0100
commitdf3657b2a99ef20da99ac3c6c02f43cc23e70fca (patch)
tree86a9e72bbbbaf7296b2d7cd2725a8bc42611a1f3 /src/core/sequence.h
parent0d49fb74eadcf933f696420cd182077927680d26 (diff)
Moving towards a server/clients structure.
Diffstat (limited to 'src/core/sequence.h')
-rw-r--r--src/core/sequence.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/core/sequence.h b/src/core/sequence.h
index 77ecd6c..1e286ab 100644
--- a/src/core/sequence.h
+++ b/src/core/sequence.h
@@ -3,6 +3,9 @@
#include "../core/char_types.h"
#include "../core/index_types.h"
+
+#include "../pipe/pipe.h"
+
#include "../knowledge/knowledge_types.h"
#include "sequence_types.h"
@@ -13,7 +16,8 @@ int ZoO_sequence_from_undercase_string
const ZoO_index string_length,
struct ZoO_knowledge k [const restrict static 1],
ZoO_index * sequence [const restrict static 1],
- ZoO_index sequence_length [const restrict static 1]
+ ZoO_index sequence_length [const restrict static 1],
+ const struct ZoO_pipe io [const restrict static 1]
);
/*
@@ -44,7 +48,8 @@ int ZoO_sequence_create_from
const struct ZoO_knowledge k [const restrict static 1],
const ZoO_index markov_order,
ZoO_index * sequence [const restrict static 1],
- size_t sequence_size [const restrict static 1]
+ size_t sequence_size [const restrict static 1],
+ const struct ZoO_pipe io [const restrict static 1]
);
/*