Skip to content

Commit

Permalink
shadow mfs init
Browse files Browse the repository at this point in the history
  • Loading branch information
chengyishi committed Jan 14, 2014
1 parent 4e62b9b commit 35b6e69
Show file tree
Hide file tree
Showing 398 changed files with 267,326 additions and 0 deletions.
1 change: 1 addition & 0 deletions .svn/entries
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
12
1 change: 1 addition & 0 deletions .svn/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
12
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
echo "mfssnapshot is deprecated, use mfsappendchunks instead or consider using mfsmakesnapshot"
mfsappendchunks "$@"
29 changes: 29 additions & 0 deletions .svn/pristine/02/0248ce917488ac3be905b2bcf8f06c05de3ea37b.svn-base
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
/*
Copyright 2005-2010 Jakub Kruszona-Zawadzki, Gemius SA.

This file is part of MooseFS.

MooseFS is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3.

MooseFS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with MooseFS. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef _CHANGELOG_H_
#define _CHANGELOG_H_

#include <stdio.h>
#include <inttypes.h>

void changelog_rotate(void);
void changelog(uint64_t version,const char *format,...);
int changelog_init();

#endif
Loading

0 comments on commit 35b6e69

Please sign in to comment.