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
mpim-sw
libcdi
Commits
d09196e5
Commit
d09196e5
authored
Apr 04, 2014
by
Thomas Jahns
🤸
Browse files
Consolidate replicated declarations of streamOps in header.
parent
fdf4bae1
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/cdi_int.h
View file @
d09196e5
...
...
@@ -58,6 +58,9 @@ char *strdup(const char *s);
#ifndef _IEG_H
# include "ieg.h"
#endif
#ifndef RESOURCE_HANDLE_H
# include "resource_handle.h"
#endif
#define check_parg(arg) if ( arg == 0 ) Warning("Argument '" #arg "' not allocated!")
...
...
@@ -369,7 +372,7 @@ void cdiStreamSync_(stream_t *streamptr);
char
*
cdiUnitNamePtr
(
int
cdi_unit
);
extern
resOps
streamOps
;
#endif
/* _CDI_INT_H */
/*
...
...
src/pio_interface.c
View file @
d09196e5
...
...
@@ -27,8 +27,6 @@
#include
"vlist.h"
#include
"vlist_var.h"
extern
resOps
streamOps
;
static
struct
rdmaWin
{
...
...
src/pio_server.c
View file @
d09196e5
...
...
@@ -39,7 +39,6 @@
#include
"vlist_var.h"
extern
resOps
streamOps
;
extern
void
arrayDestroy
(
void
);
static
struct
...
...
src/stream.c
View file @
d09196e5
...
...
@@ -30,9 +30,6 @@
#define MAX_FNAMES 3
extern
resOps
streamOps
;
FILE
*
popen
(
const
char
*
command
,
const
char
*
type
);
int
pclose
(
FILE
*
stream
);
...
...
Write
Preview
Supports
Markdown
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