summaryrefslogtreecommitdiffstats
path: root/rpc/block.x
blob: c88fdf25e926edaa6daf08abda632379d782bdcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12


struct blockTrans {
  int     exit;    /* exit code of the command */
  string  out<>;   /* stdout of the command */
};

program GLUSTER_BLOCK {
  version GLUSTER_BLOCK_VERS {
    blockTrans BLOCK_EXEC(string) = 1;
  } = 1;
} = 21215311; /* B2 L12 O15 C3 K11 */