update code

This commit is contained in:
zhuchunyi 2019-11-06 19:51:08 +08:00
parent 4f1fc1e5a7
commit ae37fc0910
2 changed files with 2 additions and 14 deletions

View File

@ -1,16 +1,3 @@
From 3d5d5b581e92cf4240485a1c0fb92d35da0dfb7f Mon Sep 17 00:00:00 2001
From: lvying <lvying6@huawei.com>
Date: Sat, 26 Jan 2019 15:19:16 +0800
Subject: [PATCH] add rbtree support for page record
---
Makefile.am | 4 +-
rbtree.c | 385 ++++++++++++++++++++++++++++++++++++++++++++++++++++
rbtree.h | 166 ++++++++++++++++++++++
3 files changed, 553 insertions(+), 2 deletions(-)
create mode 100644 rbtree.c
create mode 100644 rbtree.h
diff --git a/Makefile.am b/Makefile.am
index 843b538..2ff742d 100644
--- a/Makefile.am

View File

@ -60,7 +60,8 @@ install -D -p -m 0644 misc/ras-mc-ctl.service %{buildroot}%{_unitdir}/ras-mc-ctl
rm INSTALL %{buildroot}/usr/include/*.h
%files
%doc AUTHORS ChangeLog COPYING README TODO
%doc ChangeLog README TODO
%license AUTHORS COPYING
%{_sbindir}/rasdaemon
%{_sbindir}/ras-mc-ctl
%{_mandir}/*/*