Closed pkalever closed 5 years ago
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
This will help us further organize the code better.
This PR on top of on https://github.com/gluster/gluster-block/pull/248
@lxbsz please take a look.
Merged now. Thanks!
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