Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


User-space keyed stream functionality (wrapper, example, file-based impl)
authorPeter Dinda <pdinda@northwestern.edu>
Mon, 25 Jul 2011 01:07:31 +0000 (20:07 -0500)
committerPeter Dinda <pdinda@northwestern.edu>
Mon, 25 Jul 2011 01:07:31 +0000 (20:07 -0500)
commit7b67d47d87463b237db5ad43941742c5a5d4b0bf
tree7752d74bdc051c04a1a2ae09d78d3a3e2c7e523c
parent6ce41e0f30868d2905e12a4f15ce9a11fd439e8c
User-space keyed stream functionality (wrapper, example, file-based impl)
linux_usr/Makefile
linux_usr/v3_user_keyed_stream.c [new file with mode: 0644]
linux_usr/v3_user_keyed_stream.h [new file with mode: 0644]
linux_usr/v3_user_keyed_stream_example.c [new file with mode: 0644]
linux_usr/v3_user_keyed_stream_file.c [new file with mode: 0644]