Skip to content
Commit 3435ec9e authored by Pavel Emelyanov's avatar Pavel Emelyanov
Browse files

Add 50K'th line in the source code



As per current top commit (9c0c23c0) the amount of code in CRIU
_without_ the contents of the test/ directory is

$ git grep -l . | egrep -v ^test | xargs wc -l
...
49999

This is the only chance for such a great one-liner :)

The place in the code is not completely random -- it's one of the
few occurrences of two consecutive empty lines in a .c file.

Signed-off-by: default avatarPavel Emelyanov <xemul@parallels.com>
Tested-by: default avatarAndrew Vagin <avagin@parallels.com>
Acked-by: default avatarCyrill Gorcunov <gorcunov@openvz.org>
Acked-by: default avatarRuslan Kuprieiev <kupruser@gmail.com>
parent 9c0c23c0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment