You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
Reformat all code to coding standard
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
#include "statistics.h"
|
||||
#include "socklib.h"
|
||||
|
||||
extern FILE *udpc_log;
|
||||
extern FILE* udpc_log;
|
||||
|
||||
struct fifo;
|
||||
|
||||
@ -33,9 +33,9 @@ struct fifo;
|
||||
#define localReader udpc_localReader
|
||||
#define doSend udpc_doSend
|
||||
|
||||
int openFile(struct disk_config *config);
|
||||
int openPipe(struct disk_config *config, int in, int *pid);
|
||||
int localReader(struct fifo *fifo, int in);
|
||||
int openFile(struct disk_config* config);
|
||||
int openPipe(struct disk_config* config, int in, int* pid);
|
||||
int localReader(struct fifo* fifo, int in);
|
||||
|
||||
#define BCAST_DATA(s, msg) \
|
||||
doSend(s, &msg, sizeof(msg), &net_config->dataMcastAddr)
|
||||
|
Reference in New Issue
Block a user