From 7fbdd6c69af8d2e62dcce602bd08e959d5b8b526 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Fri, 13 Aug 2010 23:25:14 +0200 Subject: [PATCH] Cleartask tool, updated docs. --- README.rst | 4 ++ Readme.html | 53 +++++++++++++----------- library/CMakeLists.txt | 8 ++++ tools/supported/CMakeLists.txt | 6 +++ tools/supported/cleartask.cpp | 73 ++++++++++++++++++++++++++++++++++ 5 files changed, 120 insertions(+), 24 deletions(-) create mode 100644 tools/supported/cleartask.cpp diff --git a/README.rst b/README.rst index e7184bd03..ff93b49f3 100644 --- a/README.rst +++ b/README.rst @@ -120,6 +120,10 @@ dfdoffsets ========== Dumps the offsets for the currently running DF version into the terminal. +dfcleartask +=========== +Solves the problem of unusable items after reclaim by clearing the 'in_job' bit of all items. + Your tool here ============== Write one ;) diff --git a/Readme.html b/Readme.html index bebf7241f..98eb64c8a 100644 --- a/Readme.html +++ b/Readme.html @@ -346,26 +346,27 @@ allow for easier development of new tools.

  • dfsuspend
  • dfexpbench
  • dfdoffsets
  • -
  • Your tool here
  • +
  • dfcleartask
  • +
  • Your tool here
  • -
  • Using the library as a developer