liberasurecode 1.8.0
Erasure Code API library
Loading...
Searching...
No Matches
Functions
erasurecode_preprocessing.c File Reference
#include "erasurecode_backend.h"
#include "erasurecode_helpers.h"
#include "erasurecode_helpers_ext.h"
#include "erasurecode_log.h"
#include "erasurecode_preprocessing.h"
#include "erasurecode_stdinc.h"

Go to the source code of this file.

Functions

 __attribute__ ((visibility("internal")))
 
int get_fragment_partition (int k, int m, char **fragments, int num_fragments, char **data, char **parity, int *missing)
 

Function Documentation

◆ __attribute__()

__attribute__ ( (visibility("internal"))  )

Definition at line 36 of file erasurecode_preprocessing.c.

References get_data_ptr_from_fragment().

◆ get_fragment_partition()

int get_fragment_partition ( int  k,
int  m,
char **  fragments,
int  num_fragments,
char **  data,
char **  parity,
int *  missing 
)