Skip to content

Commit

Permalink
Remove arguments struct type
Browse files Browse the repository at this point in the history
  • Loading branch information
phaubertin committed Jan 26, 2025
1 parent 51ae6a6 commit db017b8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions include/jinue/shared/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,6 @@ typedef struct {
uint64_t paddr;
} jinue_mmap_args_t;

typedef struct {
void *src_addr;
void *dest_addr;
size_t length;
int prot;
} jinue_mclone_args_t;

typedef struct {
int process;
int fd;
Expand Down

0 comments on commit db017b8

Please sign in to comment.