"Dr. David Alan Gilbert" wrote:
> * Juan Quintela (quint...@redhat.com) wrote:
>> Creation of the threads, nothing inside yet.
>>
>> Signed-off-by: Juan Quintela
>> +void migrate_multifd_send_threads_join(void)
>> +{
>> +int i, thread_count;
>> +
>> +if (!migrate_multifd()){
>
> You've
* Juan Quintela (quint...@redhat.com) wrote:
> Creation of the threads, nothing inside yet.
>
> Signed-off-by: Juan Quintela
> ---
> include/migration/migration.h | 4 ++
> migration/migration.c | 6 ++
> migration/ram.c | 148
>
Creation of the threads, nothing inside yet.
Signed-off-by: Juan Quintela
---
include/migration/migration.h | 4 ++
migration/migration.c | 6 ++
migration/ram.c | 148 ++
3 files changed, 158 insertions(+)
diff --git a/include/m