Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
32662876
Commit
32662876
authored
Jul 22, 2015
by
Eric Cano
Browse files
Further moved common structures out of the scheduler directory.
parent
91f0beed
Changes
41
Hide whitespace changes
Inline
Side-by-side
common/CMakeLists.txt
View file @
32662876
...
...
@@ -10,24 +10,35 @@ set (COMMON_LIB_SRC_FILES
archiveNS/ArchiveDirEntry.cpp
archiveNS/ArchiveDirIterator.cpp
archiveNS/ArchiveFileStatus.cpp
archiveNS/StorageClass.cpp
archiveNS/Tape.cpp
archiveNS/TapeCopyLocation.cpp
archiveNS/TapeCopyLocationAndStatus.cpp
CreationLog.cpp
checksum/ByteArray.cpp
checksum/Checksum.cpp
exception/Backtrace.cpp
exception/DiskException.hpp
exception/Errnum.cpp
exception/Exception.cpp
exception/Serrnum.cpp
exception/TapeException.cpp
priorities/DriveQuota.cpp
priorities/MountCriteria.cpp
priorities/UserGroup.cpp
remoteFS/RemoteFileStatus.cpp
remoteFS/RemotePath.cpp
remoteFS/RemotePathAndStatus.cpp
SecurityIdentity.cpp
strerror_r_wrapper.cpp
TapePool.cpp
Timer.cpp
threading/ChildProcess.cpp
threading/Mutex.cpp
threading/Threading.cpp
UserIdentity.cpp
Utils.cpp
)
Utils.cpp
VO.cpp
)
add_library
(
ctacommon SHARED
${
COMMON_LIB_SRC_FILES
}
)
...
...
@@ -42,6 +53,7 @@ set (COMMON_UNIT_TESTS_LIB_SRC_FILES
checksum/ByteArrayTest.cpp
checksum/ChecksumTest.cpp
remoteFS/RemotePathTest.cpp
UserIdentityTest.cpp
UtilsTest.cpp
)
add_library
(
ctacommonunittests SHARED
...
...
scheduler
/SecurityIdentity.cpp
→
common
/SecurityIdentity.cpp
View file @
32662876
...
...
@@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include
"
scheduler
/SecurityIdentity.hpp"
#include
"
common
/SecurityIdentity.hpp"
//------------------------------------------------------------------------------
// constructor
...
...
scheduler
/SecurityIdentity.hpp
→
common
/SecurityIdentity.hpp
View file @
32662876
File moved
scheduler
/TapePool.cpp
→
common
/TapePool.cpp
View file @
32662876
...
...
@@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include
"
scheduler
/TapePool.hpp"
#include
"
common
/TapePool.hpp"
//------------------------------------------------------------------------------
// constructor
...
...
scheduler
/TapePool.hpp
→
common
/TapePool.hpp
View file @
32662876
File moved
scheduler
/UserIdentityTest.cpp
→
common
/UserIdentityTest.cpp
View file @
32662876
File moved
scheduler
/VO.cpp
→
common
/VO.cpp
View file @
32662876
...
...
@@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include
"
scheduler
/VO.hpp"
#include
"
common
/VO.hpp"
//------------------------------------------------------------------------------
// constructor
...
...
scheduler
/VO.hpp
→
common
/VO.hpp
View file @
32662876
File moved
scheduler
/StorageClass.cpp
→
common/archiveNS
/StorageClass.cpp
View file @
32662876
...
...
@@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include
"
scheduler
/StorageClass.hpp"
#include
"
common/archiveNS
/StorageClass.hpp"
#include
"common/CreationLog.hpp"
//------------------------------------------------------------------------------
...
...
scheduler
/StorageClass.hpp
→
common/archiveNS
/StorageClass.hpp
View file @
32662876
File moved
scheduler
/Tape.cpp
→
common/archiveNS
/Tape.cpp
View file @
32662876
...
...
@@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include
"
scheduler
/Tape.hpp"
#include
"
common/archiveNS
/Tape.hpp"
//------------------------------------------------------------------------------
// constructor
...
...
scheduler
/Tape.hpp
→
common/archiveNS
/Tape.hpp
View file @
32662876
File moved
scheduler
/TapeCopyLocation.cpp
→
common/archiveNS
/TapeCopyLocation.cpp
View file @
32662876
...
...
@@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include
"
scheduler
/TapeCopyLocation.hpp"
#include
"
common/archiveNS
/TapeCopyLocation.hpp"
//------------------------------------------------------------------------------
// constructor
...
...
scheduler
/TapeCopyLocation.hpp
→
common/archiveNS
/TapeCopyLocation.hpp
View file @
32662876
File moved
scheduler
/DiskException.cpp
→
common/exception
/DiskException.cpp
View file @
32662876
File moved
scheduler
/DiskException.hpp
→
common/exception
/DiskException.hpp
View file @
32662876
File moved
scheduler
/TapeException.cpp
→
common/exception
/TapeException.cpp
View file @
32662876
...
...
@@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include
"
scheduler
/TapeException.hpp"
#include
"
common/exception
/TapeException.hpp"
//------------------------------------------------------------------------------
// constructor
...
...
scheduler
/TapeException.hpp
→
common/exception
/TapeException.hpp
View file @
32662876
File moved
scheduler
/DriveQuota.cpp
→
common/priorities
/DriveQuota.cpp
View file @
32662876
...
...
@@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include
"
scheduler
/DriveQuota.hpp"
#include
"
common/priorities
/DriveQuota.hpp"
//------------------------------------------------------------------------------
// constructor
...
...
scheduler
/DriveQuota.hpp
→
common/priorities
/DriveQuota.hpp
View file @
32662876
File moved
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment