gluster / gluster-block

A framework for gluster block storage
GNU General Public License v2.0
74 stars 32 forks source link

Svc file split #249

Closed pkalever closed 5 years ago

pkalever commented 5 years ago

What does this PR achieve? Why do we need it?

Split the code from

rpc/ ├── block_svc_routines.c

to

rpc/ ├── block_common.h ├── block_create.c ├── block_delete.c ├── block_genconfig.c ├── block_info.c ├── block_list.c ├── block_modify.c ├── block_replace.c ├── block_svc_routines.c ├── block_version.c

Notes for the reviewer

This will help us further organize the code better.

This PR on top of on https://github.com/gluster/gluster-block/pull/248

pkalever commented 5 years ago

@lxbsz please take a look.

pkalever commented 5 years ago

Merged now. Thanks!