update code
This commit is contained in:
parent
4f1fc1e5a7
commit
ae37fc0910
@ -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
|
diff --git a/Makefile.am b/Makefile.am
|
||||||
index 843b538..2ff742d 100644
|
index 843b538..2ff742d 100644
|
||||||
--- a/Makefile.am
|
--- a/Makefile.am
|
||||||
|
|||||||
@ -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
|
rm INSTALL %{buildroot}/usr/include/*.h
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS ChangeLog COPYING README TODO
|
%doc ChangeLog README TODO
|
||||||
|
%license AUTHORS COPYING
|
||||||
%{_sbindir}/rasdaemon
|
%{_sbindir}/rasdaemon
|
||||||
%{_sbindir}/ras-mc-ctl
|
%{_sbindir}/ras-mc-ctl
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user