Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9311590

Browse files
committed
More remote options to config
1 parenteea74a8 commit9311590

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

‎src/utils/remote.h

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
/*-------------------------------------------------------------------------
2+
*
3+
* remote.h: - prototypes of remote functions.
4+
*
5+
* Copyright (c) 2017-2018, Postgres Professional
6+
*
7+
*-------------------------------------------------------------------------
8+
*/
9+
10+
#ifndefREMOTE_H
11+
#defineREMOTE_H
12+
13+
typedefstructRemoteConfig
14+
{
15+
char*proto;
16+
char*host;
17+
char*port;
18+
char*path;
19+
char*ssh_config;
20+
char*ssh_options;
21+
boolenabled;
22+
}RemoteConfig;
23+
24+
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp