diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2023-11-06 10:01:23 -0500 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2023-11-06 10:20:03 -0500 |
| commit | 4e4cf858122ca6c1ae6d5f635e839089769fee38 (patch) | |
| tree | af2baf54991e8aca6766671c5701fbfd6dffed7d /.gitmodules | |
| parent | 83ca486048a5053d8c75bb5041091edb1b183a85 (diff) | |
| download | dynamic-extension-4e4cf858122ca6c1ae6d5f635e839089769fee38.tar.gz | |
Scheduling: Switched over to a thread pool model
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 7616a12..0b195bd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "external/psudb-common"] path = external/psudb-common url = git@github.com:PSU-Database-Systems-Group/psudb-common +[submodule "external/ctpl"] + path = external/ctpl + url = git@github.com:vit-vit/CTPL.git |