Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
ssg
Commits
c10c809d
Commit
c10c809d
authored
Jan 13, 2017
by
Shane Snyder
Browse files
cleanup headers and copyrights
parent
1b1a31b1
Changes
5
Show whitespace changes
Inline
Side-by-side
include/ssg.h
View file @
c10c809d
...
...
@@ -95,7 +95,3 @@ hg_return_t ssg_barrier_margo(ssg_t s);
#ifdef __cplusplus
}
#endif
/**
* vim: ft=c sw=4 ts=4 sts=4 tw=80 expandtab
*/
src/ssg-internal.h
View file @
c10c809d
...
...
@@ -3,8 +3,13 @@
*
* See COPYRIGHT in top-level directory.
*/
#pragma once
#ifdef __cplusplus
extern
"C"
{
#endif
#include <mercury.h>
#include <abt.h>
#include <margo.h>
...
...
@@ -65,3 +70,7 @@ struct ssg
ABT_eventual barrier_eventual;
#endif
};
#ifdef __cplusplus
}
#endif
src/swim-fd/swim-fd-internal.h
View file @
c10c809d
/*
*
(C) 2016 The University of Chicago
*
Copyright (c) 2016 UChicago Argonne, LLC
*
* See COPYRIGHT in top-level directory.
*/
#ifndef __SWIM_FD_INTERNAL_H
#define __SWIM_FD_INTERNAL_H
#pragma once
#ifdef __cplusplus
extern
"C"
{
...
...
@@ -134,5 +133,3 @@ void swim_apply_membership_updates(
#ifdef __cplusplus
}
#endif
#endif
/* __SWIM_FD_INTERNAL_H */
src/swim-fd/swim-fd.c
View file @
c10c809d
/*
*
(C) 2016 The University of Chicago
*
Copyright (c) 2016 UChicago Argonne, LLC
*
* See COPYRIGHT in top-level directory.
*/
...
...
src/swim-fd/swim-fd.h
View file @
c10c809d
/*
*
(C) 2016 The University of Chicago
*
Copyright (c) 2016 UChicago Argonne, LLC
*
* See COPYRIGHT in top-level directory.
*/
#ifndef __SWIM_FD_H
#define __SWIM_FD_H
#pragma once
#ifdef __cplusplus
extern
"C"
{
...
...
@@ -27,6 +26,3 @@ void swim_finalize(
#ifdef __cplusplus
}
#endif
#endif
/* __SWIM_FD_H */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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