mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-11 20:11:47 +00:00
pyfec: trivial formatting tweak
This commit is contained in:
@ -69,11 +69,11 @@ typedef unsigned char gf;
|
|||||||
typedef struct {
|
typedef struct {
|
||||||
unsigned long magic;
|
unsigned long magic;
|
||||||
unsigned char k, n; /* parameters of the code */
|
unsigned char k, n; /* parameters of the code */
|
||||||
gf *enc_matrix;
|
gf* enc_matrix;
|
||||||
} fec_t;
|
} fec_t;
|
||||||
|
|
||||||
void fec_free (fec_t *p);
|
void fec_free (fec_t* p);
|
||||||
fec_t *fec_new (unsigned char k, unsigned char n);
|
fec_t* fec_new (unsigned char k, unsigned char n);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param inpkts the "primary shares" i.e. the chunks of the input data
|
* @param inpkts the "primary shares" i.e. the chunks of the input data
|
||||||
|
Reference in New Issue
Block a user