]> granicus.if.org Git - strace/commit
Convert parsers of flock structures to new mpers infrastructure
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 19 Sep 2015 23:48:56 +0000 (23:48 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 26 Nov 2015 01:37:34 +0000 (01:37 +0000)
commit1a713d9c8e83a037fc8e7d18059d6cc06cccd545
tree798907a9c9553868f1e379d77b399bb397e9cd95
parentc7c5270966c4193d19ad4236ac0f33fba7499805
Convert parsers of flock structures to new mpers infrastructure

* fetch_struct_flock.c: New file.
* Makefile.am (strace_SOURCES): Add it.
* fcntl.c (print_struct_flock64): New function.
(printflock64): Use fetch_struct_flock64 and print_struct_flock64.
(printflock): Use fetch_struct_flock and print_struct_flock64.
Makefile.am
fcntl.c
fetch_struct_flock.c [new file with mode: 0644]