File: node_plays.h

package info (click to toggle)
dcap 2.47.8-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,388 kB
  • ctags: 1,474
  • sloc: ansic: 14,235; makefile: 395; python: 75; sh: 58
file content (28 lines) | stat: -rw-r--r-- 771 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/*
 *   DCAP - dCache Access Protocol client interface
 *
 *   Copyright (C) 2000,2004 DESY Hamburg DMG-Division.
 *
 *   AUTHOR: Tigran Mkrtchayn (tigran.mkrtchyan@desy.de)
 *
 *   This program can be distributed under the terms of the GNU LGPL.
 *   See the file COPYING.LIB
 *
 */


/*
 * $Id: node_plays.c,v 1.34 2006-09-22 13:25:46 tigran Exp $
 */

#include "dcap_types.h"

void node_dupToAll(struct vsp_node *node, int fd);
void node_attach_fd( struct vsp_node *node, int fd);
void node_detach_fd( struct vsp_node *node, int fd);
struct vsp_node *new_vsp_node(const char *path);
struct vsp_node *delete_vsp_node(int fd);
struct vsp_node *get_vsp_node(int fd);
void node_destroy( struct vsp_node *node);
void node_unplug( struct vsp_node *node);
fdList getAllFD();